Html Css Color HEX #D96996 Pale Violet Red

📋 copy color: '#D96996'

red 217 ◦ green 105 ◦ blue 150

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

Shades of Pale Violet Red #D96996

Tints of Pale Violet Red #D96996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.78%

R = 45.97%
G = 22.25%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D96996 (or 0xD96996) is known color: Pale Violet Red. HEX triplet: D9, 69 and 96. RGB value is (217,105,150). Sum of RGB (Red+Green+Blue) = 217+105+150=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D96996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96996 is #269669. Grayscale: #8F8F8F. Windows color (decimal): -2528874 or 9857497. OLE color: 9857497.

HSL color Cylindrical-coordinate representation of color #D96996: hue angle of 335.89º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96996 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 105 150 -
CMYK 0 0.52 0.31 0.15
HSL 335.89º 0.6% 0.63% -
HSV(B) 335.89º 0.52% 0.85% -
XYZ 39.17 27.06 32.01 -
YUV 143.62 131.61 180.34 -
System Red Green Blue C M Y K H S L
Decimal 217 105 150 0 0.52 0.31 0.15 335.89 0.6 0.63
Hex D9 69 96 0 34 1F F 150 3C 3F
Octal 331 151 226 0 64 37 17 520 74 77
Binary 11011001 1101001 10010110 0 110100 11111 1111 101010000 111100 111111

Color Harmonies of #D96996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96996

Black with #D96996

Text Example


Text Example

White with #D96996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96996; }

 p { color: rgb(217,105,150); }

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

background-color css

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

 a { background-color: rgb(217,105,150); }

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

border-color css

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

 span { border-color: rgb(217,105,150); }

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