#D96795

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

Shades of Pale Violet Red #D96795

Tints of Pale Violet Red #D96795

Color information

#D96795 (or 0xD96795) is unknown color: approx Pale Violet Red. HEX triplet: D9, 67 and 95. RGB value is (217,103,149). Sum of RGB (Red+Green+Blue) = 217+103+149=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D96795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96795 is #26986A. Grayscale: #8E8E8E. Windows color (decimal): -2529387 or 9791449. OLE color: 9791449.

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

Color convert

RGB217103149-
CMYK00.530.310.15
HSL335.79º60%62.75%-
HSV(B)335.79º52.53%85.1%-
XYZ38.8926.6231.52-
YUV142.33131.77181.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.27%
GREEN value IS 103 (40.62% from 255) = 21.96%
BLUE value IS 149 (58.59% from 255) = 31.77%
R=46.27%
G=21.96%
B=31.77%

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
Decimal21710314900.530.310.15335.796062.75
HexD967950351FF1503c3f
Octal33114722506537175207477
Binary110110011100111100101010110101111111111101010000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96795; }

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

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

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

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

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

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

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

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