#D66C8D

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

Shades of Pale Violet Red #D66C8D

Tints of Pale Violet Red #D66C8D

Color information

#D66C8D (or 0xD66C8D) is unknown color: approx Pale Violet Red. HEX triplet: D6, 6C and 8D. RGB value is (214,108,141). Sum of RGB (Red+Green+Blue) = 214+108+141=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66C8D is #299372. Grayscale: #8F8F8F. Windows color (decimal): -2724723 or 9268438. OLE color: 9268438.

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

Color convert

RGB214108141-
CMYK00.500.340.16
HSL341.32º56.38%63.14%-
HSV(B)341.32º49.53%83.92%-
XYZ37.926.9428.4-
YUV143.46126.62178.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.22%
GREEN value IS 108 (42.58% from 255) = 23.33%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=46.22%
G=23.33%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410814100.500.340.16341.3256.3863.14
HexD66C8D0322210155383f
Octal32615421506242205257077
Binary11010110110110010001101011001010001010000101010101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66C8D; }

 p { color: rgb(214,108,141); }

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

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

 a { background-color: rgb(214,108,141); }

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

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

 span { border-color: rgb(214,108,141); }

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