#D66D8C

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

Shades of Pale Violet Red #D66D8C

Tints of Pale Violet Red #D66D8C

Color information

#D66D8C (or 0xD66D8C) is unknown color: approx Pale Violet Red. HEX triplet: D6, 6D and 8C. RGB value is (214,109,140). Sum of RGB (Red+Green+Blue) = 214+109+140=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66D8C is #299273. Grayscale: #8F8F8F. Windows color (decimal): -2724468 or 9203158. OLE color: 9203158.

HSL color Cylindrical-coordinate representation of color #D66D8C: hue angle of 342.29º 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 #D66D8C is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB214109140-
CMYK00.490.350.16
HSL342.29º56.15%63.33%-
HSV(B)342.29º49.07%83.92%-
XYZ37.9327.1328.05-
YUV143.93125.79177.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.22%
GREEN value IS 109 (42.97% from 255) = 23.54%
BLUE value IS 140 (55.08% from 255) = 30.24%
R=46.22%
G=23.54%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410914000.490.350.16342.2956.1563.33
HexD66D8C0312310156383f
Octal32615521406143205267077
Binary11010110110110110001100011000110001110000101010110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66D8C; }

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

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

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

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

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

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

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

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