#D96CA0

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

Shades of Pale Violet Red #D96CA0

Tints of Pale Violet Red #D96CA0

Color information

#D96CA0 (or 0xD96CA0) is unknown color: approx Pale Violet Red. HEX triplet: D9, 6C and A0. RGB value is (217,108,160). Sum of RGB (Red+Green+Blue) = 217+108+160=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D96CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96CA0 is #26935F. Grayscale: #929292. Windows color (decimal): -2528096 or 10513625. OLE color: 10513625.

HSL color Cylindrical-coordinate representation of color #D96CA0: hue angle of 331.38º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96CA0 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB217108160-
CMYK00.500.260.15
HSL331.38º58.92%63.73%-
HSV(B)331.38º50.23%85.1%-
XYZ40.3228.0136.54-
YUV146.52135.61178.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 108 (42.58% from 255) = 22.27%
BLUE value IS 160 (62.89% from 255) = 32.99%
R=44.74%
G=22.27%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710816000.500.260.15331.3858.9263.73
HexD96CA00321AF14b3b40
Octal331154240062321751373100
Binary1101100111011001010000001100101101011111010010111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96CA0; }

 p { color: rgb(217,108,160); }

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

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

 a { background-color: rgb(217,108,160); }

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

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

 span { border-color: rgb(217,108,160); }

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