#d96e97

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

Shades of Pale Violet Red #D96E97

Tints of Pale Violet Red #D96E97

Color information

#D96E97 (or 0xD96E97) is unknown color: approx Pale Violet Red. HEX triplet: D9, 6E and 97. RGB value is (217,110,151). Sum of RGB (Red+Green+Blue) = 217+110+151=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96E97 is #269168. Grayscale: #929292. Windows color (decimal): -2527593 or 9924313. OLE color: 9924313.

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

Color convert

RGB217110151-
CMYK00.490.300.15
HSL337.01º58.47%64.12%-
HSV(B)337.01º49.31%85.1%-
XYZ39.7828.1432.61-
YUV146.67130.45178.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.40%
GREEN value IS 110 (43.36% from 255) = 23.01%
BLUE value IS 151 (59.38% from 255) = 31.59%
R=45.40%
G=23.01%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711015100.490.300.15337.0158.4764.12
HexD96E970311EF1513a40
Octal331156227061361752172100
Binary1101100111011101001011101100011111011111010100011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d96e97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d96e97; }

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

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

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

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

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

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

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

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