#D96A97

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

Shades of Pale Violet Red #D96A97

Tints of Pale Violet Red #D96A97

Color information

#D96A97 (or 0xD96A97) is unknown color: approx Pale Violet Red. HEX triplet: D9, 6A and 97. RGB value is (217,106,151). Sum of RGB (Red+Green+Blue) = 217+106+151=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96A97 is #269568. Grayscale: #909090. Windows color (decimal): -2528617 or 9923289. OLE color: 9923289.

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

Color convert

RGB217106151-
CMYK00.510.300.15
HSL335.68º59.36%63.33%-
HSV(B)335.68º51.15%85.1%-
XYZ39.3627.2932.47-
YUV144.32131.77179.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.78%
GREEN value IS 106 (41.80% from 255) = 22.36%
BLUE value IS 151 (59.38% from 255) = 31.86%
R=45.78%
G=22.36%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710615100.510.300.15335.6859.3663.33
HexD96A970331EF1503b3f
Octal33115222706336175207377
Binary110110011101010100101110110011111101111101010000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96A97; }

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

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

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

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

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

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

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

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