#D96F9B

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

Shades of Pale Violet Red #D96F9B

Tints of Pale Violet Red #D96F9B

Color information

#D96F9B (or 0xD96F9B) is unknown color: approx Pale Violet Red. HEX triplet: D9, 6F and 9B. RGB value is (217,111,155). Sum of RGB (Red+Green+Blue) = 217+111+155=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96F9B is #269064. Grayscale: #939393. Windows color (decimal): -2527333 or 10186713. OLE color: 10186713.

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

Color convert

RGB217111155-
CMYK00.490.290.15
HSL335.09º58.24%64.31%-
HSV(B)335.09º48.85%85.1%-
XYZ40.2228.4934.39-
YUV147.71132.12177.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.93%
GREEN value IS 111 (43.75% from 255) = 22.98%
BLUE value IS 155 (60.94% from 255) = 32.09%
R=44.93%
G=22.98%
B=32.09%

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
Decimal21711115500.490.290.15335.0958.2464.31
HexD96F9B0311DF14f3a40
Octal331157233061351751772100
Binary1101100111011111001101101100011110111111010011111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96F9B; }

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

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

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

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

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

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

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

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