Html Css Color HEX #D66C8E Pale Violet Red

📋 copy color: '#D66C8E'

red 214 ◦ green 108 ◦ blue 142

#D66C8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #D66C8E

Tints of Pale Violet Red #D66C8E

RGB

 RED value IS 214 (83.98% from 255) = 46.12%

 GREEN value IS 108 (42.58% from 255) = 23.28%

 BLUE value IS 142 (55.86% from 255) = 30.6%

R = 46.12%
G = 23.28%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D66C8E (or 0xD66C8E) is known color: Pale Violet Red. HEX triplet: D6, 6C and 8E. RGB value is (214,108,142). Sum of RGB (Red+Green+Blue) = 214+108+142=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66C8E is #299371. Grayscale: #8F8F8F. Windows color (decimal): -2724722 or 9333974. OLE color: 9333974.

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

Color convert

RGB 214 108 142 -
CMYK 0 0.50 0.34 0.16
HSL 340.75º 0.56% 0.63% -
HSV(B) 340.75º 0.5% 0.84% -
XYZ 37.98 26.97 28.8 -
YUV 143.57 127.12 178.24 -
System Red Green Blue C M Y K H S L
Decimal 214 108 142 0 0.50 0.34 0.16 340.75 0.56 0.63
Hex D6 6C 8E 0 32 22 10 155 38 3F
Octal 326 154 216 0 62 42 20 525 70 77
Binary 11010110 1101100 10001110 0 110010 100010 10000 101010101 111000 111111

Color Harmonies of #D66C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C8E

Black with #D66C8E

Text Example


Text Example

White with #D66C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C8E; }

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

 H1.HeaderClassName
 {
   color: #D66C8E;
 }
 .AnyTagClassName
 {
   color: #D66C8E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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