Html Css Color HEX #D96B96 Pale Violet Red

📋 copy color: '#D96B96'

red 217 ◦ green 107 ◦ blue 150

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

Shades of Pale Violet Red #D96B96

Tints of Pale Violet Red #D96B96

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.57%

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

R = 45.78%
G = 22.57%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D96B96 (or 0xD96B96) is known color: Pale Violet Red. HEX triplet: D9, 6B and 96. RGB value is (217,107,150). Sum of RGB (Red+Green+Blue) = 217+107+150=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96B96 is #269469. Grayscale: #909090. Windows color (decimal): -2528362 or 9858009. OLE color: 9858009.

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

Color convert

RGB 217 107 150 -
CMYK 0 0.51 0.31 0.15
HSL 336.55º 0.59% 0.64% -
HSV(B) 336.55º 0.51% 0.85% -
XYZ 39.38 27.47 32.08 -
YUV 144.79 130.94 179.5 -
System Red Green Blue C M Y K H S L
Decimal 217 107 150 0 0.51 0.31 0.15 336.55 0.59 0.64
Hex D9 6B 96 0 33 1F F 151 3B 40
Octal 331 153 226 0 63 37 17 521 73 100
Binary 11011001 1101011 10010110 0 110011 11111 1111 101010001 111011 1000000

Color Harmonies of #D96B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96B96

Black with #D96B96

Text Example


Text Example

White with #D96B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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