Html Css Color HEX #D66992 Pale Violet Red

📋 copy color: '#D66992'

red 214 ◦ green 105 ◦ blue 146

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

Shades of Pale Violet Red #D66992

Tints of Pale Violet Red #D66992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.58%

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

R = 46.02%
G = 22.58%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D66992 (or 0xD66992) is known color: Pale Violet Red. HEX triplet: D6, 69 and 92. RGB value is (214,105,146). Sum of RGB (Red+Green+Blue) = 214+105+146=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D66992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66992 is #29966D. Grayscale: #8E8E8E. Windows color (decimal): -2725486 or 9595350. OLE color: 9595350.

HSL color Cylindrical-coordinate representation of color #D66992: hue angle of 337.43º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66992 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 105 146 -
CMYK 0 0.51 0.32 0.16
HSL 337.43º 0.57% 0.63% -
HSV(B) 337.43º 0.51% 0.84% -
XYZ 37.97 26.47 30.3 -
YUV 142.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 214 105 146 0 0.51 0.32 0.16 337.43 0.57 0.63
Hex D6 69 92 0 33 20 10 151 39 3F
Octal 326 151 222 0 63 40 20 521 71 77
Binary 11010110 1101001 10010010 0 110011 100000 10000 101010001 111001 111111

Color Harmonies of #D66992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66992

Black with #D66992

Text Example


Text Example

White with #D66992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66992; }

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

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

background-color css

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

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

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

border-color css

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

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

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