Html Css Color HEX #D66C92 Pale Violet Red

📋 copy color: '#D66C92'

red 214 ◦ green 108 ◦ blue 146

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

Shades of Pale Violet Red #D66C92

Tints of Pale Violet Red #D66C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.2%

R = 45.73%
G = 23.08%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D66C92 (or 0xD66C92) is known color: Pale Violet Red. HEX triplet: D6, 6C and 92. RGB value is (214,108,146). Sum of RGB (Red+Green+Blue) = 214+108+146=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66C92 is #29936D. Grayscale: #8F8F8F. Windows color (decimal): -2724718 or 9596118. OLE color: 9596118.

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

Color convert

RGB 214 108 146 -
CMYK 0 0.50 0.32 0.16
HSL 338.49º 0.56% 0.63% -
HSV(B) 338.49º 0.5% 0.84% -
XYZ 38.28 27.1 30.41 -
YUV 144.03 129.12 177.91 -
System Red Green Blue C M Y K H S L
Decimal 214 108 146 0 0.50 0.32 0.16 338.49 0.56 0.63
Hex D6 6C 92 0 32 20 10 152 38 3F
Octal 326 154 222 0 62 40 20 522 70 77
Binary 11010110 1101100 10010010 0 110010 100000 10000 101010010 111000 111111

Color Harmonies of #D66C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C92

Black with #D66C92

Text Example


Text Example

White with #D66C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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