#D66D95

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

Shades of Pale Violet Red #D66D95

Tints of Pale Violet Red #D66D95

Color information

#D66D95 (or 0xD66D95) is unknown color: approx Pale Violet Red. HEX triplet: D6, 6D and 95. RGB value is (214,109,149). Sum of RGB (Red+Green+Blue) = 214+109+149=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66D95 is #29926A. Grayscale: #909090. Windows color (decimal): -2724459 or 9792982. OLE color: 9792982.

HSL color Cylindrical-coordinate representation of color #D66D95: hue angle of 337.14º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66D95 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214109149-
CMYK00.490.300.16
HSL337.14º56.15%63.33%-
HSV(B)337.14º49.07%83.92%-
XYZ38.6327.431.69-
YUV144.95130.29177.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.34%
GREEN value IS 109 (42.97% from 255) = 23.09%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=45.34%
G=23.09%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410914900.490.300.16337.1456.1563.33
HexD66D950311E10151383f
Octal32615522506136205217077
Binary1101011011011011001010101100011111010000101010001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66D95; }

 p { color: rgb(214,109,149); }

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

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

 a { background-color: rgb(214,109,149); }

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

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

 span { border-color: rgb(214,109,149); }

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