#D96B99

Color #D96B99 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D96B99

Tints of Pale Violet Red #D96B99

Color information

#D96B99 (or 0xD96B99) is unknown color: approx Pale Violet Red. HEX triplet: D9, 6B and 99. RGB value is (217,107,153). Sum of RGB (Red+Green+Blue) = 217+107+153=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96B99 is #269466. Grayscale: #919191. Windows color (decimal): -2528359 or 10054617. OLE color: 10054617.

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

Color convert

RGB217107153-
CMYK00.510.290.15
HSL334.91º59.14%63.53%-
HSV(B)334.91º50.69%85.1%-
XYZ39.6227.5733.37-
YUV145.13132.44179.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.49%
GREEN value IS 107 (42.19% from 255) = 22.43%
BLUE value IS 153 (60.16% from 255) = 32.08%
R=45.49%
G=22.43%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710715300.510.290.15334.9159.1463.53
HexD96B990331DF14f3b40
Octal331153231063351751773100
Binary1101100111010111001100101100111110111111010011111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96B99; }

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

 H1.HeaderClassName
 {
   color: #D96B99;
 }
 .AnyTagClassName
 {
   color: #D96B99;
 }
</style>
background-color css

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

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

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

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

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

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