#D9A0C5

Color #D9A0C5 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #D9A0C5

Tints of Shocking #D9A0C5

Color information

#D9A0C5 (or 0xD9A0C5) is unknown color: approx Shocking. HEX triplet: D9, A0 and C5. RGB value is (217,160,197). Sum of RGB (Red+Green+Blue) = 217+160+197=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A0C5 is #265F3A. Grayscale: #B5B5B5. Windows color (decimal): -2514747 or 12951769. OLE color: 12951769.

HSL color Cylindrical-coordinate representation of color #D9A0C5: hue angle of 321.05º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9A0C5 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB217160197-
CMYK00.260.090.15
HSL321.05º42.86%73.92%-
HSV(B)321.05º26.27%85.1%-
XYZ51.2643.9258.6-
YUV181.26136.88153.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.80%
GREEN value IS 160 (62.89% from 255) = 27.87%
BLUE value IS 197 (77.34% from 255) = 34.32%
R=37.80%
G=27.87%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716019700.260.090.15321.0542.8673.92
HexD9A0C501A9F1412b4a
Octal331240305032111750153112
Binary110110011010000011000101011010100111111010000011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A0C5; }

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

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

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

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

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

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

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

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