Html Css Color HEX #D96192 Pale Violet Red

📋 copy color: '#D96192'

red 217 ◦ green 97 ◦ blue 146

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

Shades of Pale Violet Red #D96192

Tints of Pale Violet Red #D96192

RGB

 RED value IS 217 (85.16% from 255) = 47.17%

 GREEN value IS 97 (38.28% from 255) = 21.09%

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

R = 47.17%
G = 21.09%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D96192 (or 0xD96192) is known color: Pale Violet Red. HEX triplet: D9, 61 and 92. RGB value is (217,97,146). Sum of RGB (Red+Green+Blue) = 217+97+146=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D96192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96192 is #269E6D. Grayscale: #8A8A8A. Windows color (decimal): -2530926 or 9593305. OLE color: 9593305.

HSL color Cylindrical-coordinate representation of color #D96192: hue angle of 335.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96192 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 97 146 -
CMYK 0 0.55 0.33 0.15
HSL 335.5º 0.61% 0.62% -
HSV(B) 335.5º 0.55% 0.85% -
XYZ 38.08 25.38 30.09 -
YUV 138.47 132.26 184.02 -
System Red Green Blue C M Y K H S L
Decimal 217 97 146 0 0.55 0.33 0.15 335.5 0.61 0.62
Hex D9 61 92 0 37 21 F 150 3D 3E
Octal 331 141 222 0 67 41 17 520 75 76
Binary 11011001 1100001 10010010 0 110111 100001 1111 101010000 111101 111110

Color Harmonies of #D96192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96192

Black with #D96192

Text Example


Text Example

White with #D96192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96192; }

 p { color: rgb(217,97,146); }

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

background-color css

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

 a { background-color: rgb(217,97,146); }

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

border-color css

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

 span { border-color: rgb(217,97,146); }

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