#D9728E

Color #D9728E Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D9728E

Tints of Pale Violet Red #D9728E

Color information

#D9728E (or 0xD9728E) is unknown color: approx Pale Violet Red. HEX triplet: D9, 72 and 8E. RGB value is (217,114,142). Sum of RGB (Red+Green+Blue) = 217+114+142=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D9728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9728E is #268D71. Grayscale: #939393. Windows color (decimal): -2526578 or 9335513. OLE color: 9335513.

HSL color Cylindrical-coordinate representation of color #D9728E: hue angle of 343.69º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9728E is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217114142-
CMYK00.470.350.15
HSL343.69º57.54%64.9%-
HSV(B)343.69º47.47%85.1%-
XYZ39.5228.7429.06-
YUV147.99124.62177.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 45.88%
GREEN value IS 114 (44.92% from 255) = 24.10%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=45.88%
G=24.10%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711414200.470.350.15343.6957.5464.9
HexD9728E02F23F1583a41
Octal331162216057431753072101
Binary11011001111001010001110010111110001111111010110001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9728E; }

 p { color: rgb(217,114,142); }

 H1.HeaderClassName
 {
   color: #D9728E;
 }
 .AnyTagClassName
 {
   color: #D9728E;
 }
</style>
background-color css

<style>
 a { background-color: #D9728E; }

 a { background-color: rgb(217,114,142); }

 div.DivClassName
 {
   background-color: #D9728E;
 }
 .BgClassName
 {
   background-color: #D9728E;
 }
</style>
border-color css

<style>
 span { border-color: #D9728E; }

 span { border-color: rgb(217,114,142); }

 td.TdClassName
 {
   border-color: #D9728E;
 }
 .TagClassName
 {
   border-color: #D9728E;
 }
</style>