#D59EBD

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

Shades of Shocking #D59EBD

Tints of Shocking #D59EBD

Color information

#D59EBD (or 0xD59EBD) is unknown color: approx Shocking. HEX triplet: D5, 9E and BD. RGB value is (213,158,189). Sum of RGB (Red+Green+Blue) = 213+158+189=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 213 - color contains mainly: red. Hex color #D59EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EBD is #2A6142. Grayscale: #B1B1B1. Windows color (decimal): -2777411 or 12426965. OLE color: 12426965.

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

Color convert

RGB213158189-
CMYK00.260.110.16
HSL326.18º39.57%72.75%-
HSV(B)326.18º25.82%83.53%-
XYZ48.8542.2753.73-
YUV177.98134.22152.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.04%
GREEN value IS 158 (62.11% from 255) = 28.21%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=38.04%
G=28.21%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315818900.260.110.16326.1839.5772.75
HexD59EBD01AB101462849
Octal325236275032132050650111
Binary1101010110011110101111010110101011100001010001101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59EBD; }

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

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

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

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

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

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

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

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