Html Css Color HEX #D66C8C Pale Violet Red

📋 copy color: '#D66C8C'

red 214 ◦ green 108 ◦ blue 140

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

Shades of Pale Violet Red #D66C8C

Tints of Pale Violet Red #D66C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.3%

R = 46.32%
G = 23.38%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D66C8C (or 0xD66C8C) is known color: Pale Violet Red. HEX triplet: D6, 6C and 8C. RGB value is (214,108,140). Sum of RGB (Red+Green+Blue) = 214+108+140=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66C8C is #299373. Grayscale: #8F8F8F. Windows color (decimal): -2724724 or 9202902. OLE color: 9202902.

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

Color convert

RGB 214 108 140 -
CMYK 0 0.50 0.35 0.16
HSL 341.89º 0.56% 0.63% -
HSV(B) 341.89º 0.5% 0.84% -
XYZ 37.83 26.91 28.01 -
YUV 143.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 214 108 140 0 0.50 0.35 0.16 341.89 0.56 0.63
Hex D6 6C 8C 0 32 23 10 156 38 3F
Octal 326 154 214 0 62 43 20 526 70 77
Binary 11010110 1101100 10001100 0 110010 100011 10000 101010110 111000 111111

Color Harmonies of #D66C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C8C

Black with #D66C8C

Text Example


Text Example

White with #D66C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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