#D96F99

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

Shades of Pale Violet Red #D96F99

Tints of Pale Violet Red #D96F99

Color information

#D96F99 (or 0xD96F99) is unknown color: approx Pale Violet Red. HEX triplet: D9, 6F and 99. RGB value is (217,111,153). Sum of RGB (Red+Green+Blue) = 217+111+153=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96F99 is #269066. Grayscale: #939393. Windows color (decimal): -2527335 or 10055641. OLE color: 10055641.

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

Color convert

RGB217111153-
CMYK00.490.290.15
HSL336.23º58.24%64.31%-
HSV(B)336.23º48.85%85.1%-
XYZ40.0528.4233.51-
YUV147.48131.12177.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.11%
GREEN value IS 111 (43.75% from 255) = 23.08%
BLUE value IS 153 (60.16% from 255) = 31.81%
R=45.11%
G=23.08%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711115300.490.290.15336.2358.2464.31
HexD96F990311DF1503a40
Octal331157231061351752072100
Binary1101100111011111001100101100011110111111010100001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96F99; }

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

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

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

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

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

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

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

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