Html Css Color HEX #D96B9B Pale Violet Red

📋 copy color: '#D96B9B'

red 217 ◦ green 107 ◦ blue 155

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

Shades of Pale Violet Red #D96B9B

Tints of Pale Violet Red #D96B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.36%

R = 45.3%
G = 22.34%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D96B9B (or 0xD96B9B) is known color: Pale Violet Red. HEX triplet: D9, 6B and 9B. RGB value is (217,107,155). Sum of RGB (Red+Green+Blue) = 217+107+155=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96B9B is #269464. Grayscale: #919191. Windows color (decimal): -2528357 or 10185689. OLE color: 10185689.

HSL color Cylindrical-coordinate representation of color #D96B9B: hue angle of 333.82º 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 #D96B9B is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 107 155 -
CMYK 0 0.51 0.29 0.15
HSL 333.82º 0.59% 0.64% -
HSV(B) 333.82º 0.51% 0.85% -
XYZ 39.79 27.63 34.25 -
YUV 145.36 133.44 179.1 -
System Red Green Blue C M Y K H S L
Decimal 217 107 155 0 0.51 0.29 0.15 333.82 0.59 0.64
Hex D9 6B 9B 0 33 1D F 14E 3B 40
Octal 331 153 233 0 63 35 17 516 73 100
Binary 11011001 1101011 10011011 0 110011 11101 1111 101001110 111011 1000000

Color Harmonies of #D96B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96B9B

Black with #D96B9B

Text Example


Text Example

White with #D96B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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