#D96696

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

Shades of Pale Violet Red #D96696

Tints of Pale Violet Red #D96696

Color information

#D96696 (or 0xD96696) is unknown color: approx Pale Violet Red. HEX triplet: D9, 66 and 96. RGB value is (217,102,150). Sum of RGB (Red+Green+Blue) = 217+102+150=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D96696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96696 is #269969. Grayscale: #8D8D8D. Windows color (decimal): -2529642 or 9856729. OLE color: 9856729.

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

Color convert

RGB217102150-
CMYK00.530.310.15
HSL334.96º60.21%62.55%-
HSV(B)334.96º53%85.1%-
XYZ38.8726.4631.91-
YUV141.86132.6181.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.27%
GREEN value IS 102 (40.23% from 255) = 21.75%
BLUE value IS 150 (58.98% from 255) = 31.98%
R=46.27%
G=21.75%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710215000.530.310.15334.9660.2162.55
HexD966960351FF14f3c3f
Octal33114622606537175177477
Binary110110011100110100101100110101111111111101001111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96696; }

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

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

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

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

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

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

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

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