#D59DC0

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

Shades of Shocking #D59DC0

Tints of Shocking #D59DC0

Color information

#D59DC0 (or 0xD59DC0) is unknown color: approx Shocking. HEX triplet: D5, 9D and C0. RGB value is (213,157,192). Sum of RGB (Red+Green+Blue) = 213+157+192=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DC0 is #2A623F. Grayscale: #B1B1B1. Windows color (decimal): -2777664 or 12623317. OLE color: 12623317.

HSL color Cylindrical-coordinate representation of color #D59DC0: hue angle of 322.5º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59DC0 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB213157192-
CMYK00.260.100.16
HSL322.5º40%72.55%-
HSV(B)322.5º26.29%83.53%-
XYZ49.0142.0755.41-
YUV177.73136.05153.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.90%
GREEN value IS 157 (61.72% from 255) = 27.94%
BLUE value IS 192 (75.39% from 255) = 34.16%
R=37.90%
G=27.94%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315719200.260.100.16322.54072.55
HexD59DC001AA101422849
Octal325235300032122050250111
Binary1101010110011101110000000110101010100001010000101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DC0; }

 p { color: rgb(213,157,192); }

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

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

 a { background-color: rgb(213,157,192); }

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

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

 span { border-color: rgb(213,157,192); }

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