#D59EBC

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

Shades of Shocking #D59EBC

Tints of Shocking #D59EBC

Color information

#D59EBC (or 0xD59EBC) is unknown color: approx Shocking. HEX triplet: D5, 9E and BC. RGB value is (213,158,188). Sum of RGB (Red+Green+Blue) = 213+158+188=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D59EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EBC is #2A6143. Grayscale: #B1B1B1. Windows color (decimal): -2777412 or 12361429. OLE color: 12361429.

HSL color Cylindrical-coordinate representation of color #D59EBC: hue angle of 327.27º 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 #D59EBC is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB213158188-
CMYK00.260.120.16
HSL327.27º39.57%72.75%-
HSV(B)327.27º25.82%83.53%-
XYZ48.7442.2353.16-
YUV177.86133.72153.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.10%
GREEN value IS 158 (62.11% from 255) = 28.26%
BLUE value IS 188 (73.83% from 255) = 33.63%
R=38.10%
G=28.26%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315818800.260.120.16327.2739.5772.75
HexD59EBC01AC101472849
Octal325236274032142050750111
Binary1101010110011110101111000110101100100001010001111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59EBC; }

 p { color: rgb(213,158,188); }

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

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

 a { background-color: rgb(213,158,188); }

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

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

 span { border-color: rgb(213,158,188); }

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