Html Css Color HEX #D66C8F Pale Violet Red

📋 copy color: '#D66C8F'

red 214 ◦ green 108 ◦ blue 143

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

Shades of Pale Violet Red #D66C8F

Tints of Pale Violet Red #D66C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.75%

R = 46.02%
G = 23.23%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D66C8F (or 0xD66C8F) is known color: Pale Violet Red. HEX triplet: D6, 6C and 8F. RGB value is (214,108,143). Sum of RGB (Red+Green+Blue) = 214+108+143=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66C8F is #299370. Grayscale: #8F8F8F. Windows color (decimal): -2724721 or 9399510. OLE color: 9399510.

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

Color convert

RGB 214 108 143 -
CMYK 0 0.50 0.33 0.16
HSL 340.19º 0.56% 0.63% -
HSV(B) 340.19º 0.5% 0.84% -
XYZ 38.05 27 29.19 -
YUV 143.68 127.62 178.15 -
System Red Green Blue C M Y K H S L
Decimal 214 108 143 0 0.50 0.33 0.16 340.19 0.56 0.63
Hex D6 6C 8F 0 32 21 10 154 38 3F
Octal 326 154 217 0 62 41 20 524 70 77
Binary 11010110 1101100 10001111 0 110010 100001 10000 101010100 111000 111111

Color Harmonies of #D66C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C8F

Black with #D66C8F

Text Example


Text Example

White with #D66C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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