Html Css Color HEX #D96D96 Pale Violet Red

📋 copy color: '#D96D96'

red 217 ◦ green 109 ◦ blue 150

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

Shades of Pale Violet Red #D96D96

Tints of Pale Violet Red #D96D96

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.9%

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

R = 45.59%
G = 22.9%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D96D96 (or 0xD96D96) is known color: Pale Violet Red. HEX triplet: D9, 6D and 96. RGB value is (217,109,150). Sum of RGB (Red+Green+Blue) = 217+109+150=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96D96 is #269269. Grayscale: #919191. Windows color (decimal): -2527850 or 9858521. OLE color: 9858521.

HSL color Cylindrical-coordinate representation of color #D96D96: hue angle of 337.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96D96 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 109 150 -
CMYK 0 0.50 0.31 0.15
HSL 337.22º 0.59% 0.64% -
HSV(B) 337.22º 0.5% 0.85% -
XYZ 39.59 27.89 32.15 -
YUV 145.97 130.28 178.67 -
System Red Green Blue C M Y K H S L
Decimal 217 109 150 0 0.50 0.31 0.15 337.22 0.59 0.64
Hex D9 6D 96 0 32 1F F 151 3B 40
Octal 331 155 226 0 62 37 17 521 73 100
Binary 11011001 1101101 10010110 0 110010 11111 1111 101010001 111011 1000000

Color Harmonies of #D96D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96D96

Black with #D96D96

Text Example


Text Example

White with #D96D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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