#D96A95

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

Shades of Pale Violet Red #D96A95

Tints of Pale Violet Red #D96A95

Color information

#D96A95 (or 0xD96A95) is unknown color: approx Pale Violet Red. HEX triplet: D9, 6A and 95. RGB value is (217,106,149). Sum of RGB (Red+Green+Blue) = 217+106+149=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96A95 is #26956A. Grayscale: #909090. Windows color (decimal): -2528619 or 9792217. OLE color: 9792217.

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

Color convert

RGB217106149-
CMYK00.510.310.15
HSL336.76º59.36%63.33%-
HSV(B)336.76º51.15%85.1%-
XYZ39.1927.2331.62-
YUV144.09130.77180-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.97%
GREEN value IS 106 (41.80% from 255) = 22.46%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=45.97%
G=22.46%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710614900.510.310.15336.7659.3663.33
HexD96A950331FF1513b3f
Octal33115222506337175217377
Binary110110011101010100101010110011111111111101010001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96A95; }

 p { color: rgb(217,106,149); }

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

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

 a { background-color: rgb(217,106,149); }

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

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

 span { border-color: rgb(217,106,149); }

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