Html Css Color HEX #D96496 Pale Violet Red

📋 copy color: '#D96496'

red 217 ◦ green 100 ◦ blue 150

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

Shades of Pale Violet Red #D96496

Tints of Pale Violet Red #D96496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.41%

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

R = 46.47%
G = 21.41%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D96496 (or 0xD96496) is known color: Pale Violet Red. HEX triplet: D9, 64 and 96. RGB value is (217,100,150). Sum of RGB (Red+Green+Blue) = 217+100+150=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D96496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96496 is #269B69. Grayscale: #8C8C8C. Windows color (decimal): -2530154 or 9856217. OLE color: 9856217.

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

Color convert

RGB 217 100 150 -
CMYK 0 0.54 0.31 0.15
HSL 334.36º 0.61% 0.62% -
HSV(B) 334.36º 0.54% 0.85% -
XYZ 38.68 26.07 31.85 -
YUV 140.68 133.26 182.43 -
System Red Green Blue C M Y K H S L
Decimal 217 100 150 0 0.54 0.31 0.15 334.36 0.61 0.62
Hex D9 64 96 0 36 1F F 14E 3D 3E
Octal 331 144 226 0 66 37 17 516 75 76
Binary 11011001 1100100 10010110 0 110110 11111 1111 101001110 111101 111110

Color Harmonies of #D96496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96496

Black with #D96496

Text Example


Text Example

White with #D96496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96496; }

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

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

background-color css

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

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

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

border-color css

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

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

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