#D96691

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

Shades of Pale Violet Red #D96691

Tints of Pale Violet Red #D96691

Color information

#D96691 (or 0xD96691) is unknown color: approx Pale Violet Red. HEX triplet: D9, 66 and 91. RGB value is (217,102,145). Sum of RGB (Red+Green+Blue) = 217+102+145=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D96691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96691 is #26996E. Grayscale: #8D8D8D. Windows color (decimal): -2529647 or 9529049. OLE color: 9529049.

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

Color convert

RGB217102145-
CMYK00.530.330.15
HSL337.57º60.21%62.55%-
HSV(B)337.57º53%85.1%-
XYZ38.4826.329.84-
YUV141.29130.1182-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.77%
GREEN value IS 102 (40.23% from 255) = 21.98%
BLUE value IS 145 (57.03% from 255) = 31.25%
R=46.77%
G=21.98%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710214500.530.330.15337.5760.2162.55
HexD9669103521F1523c3f
Octal33114622106541175227477
Binary1101100111001101001000101101011000011111101010010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96691; }

 p { color: rgb(217,102,145); }

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

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

 a { background-color: rgb(217,102,145); }

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

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

 span { border-color: rgb(217,102,145); }

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