#D59DBC

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

Shades of Shocking #D59DBC

Tints of Shocking #D59DBC

Color information

#D59DBC (or 0xD59DBC) is unknown color: approx Shocking. HEX triplet: D5, 9D and BC. RGB value is (213,157,188). Sum of RGB (Red+Green+Blue) = 213+157+188=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DBC is #2A6243. Grayscale: #B1B1B1. Windows color (decimal): -2777668 or 12361173. OLE color: 12361173.

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

Color convert

RGB213157188-
CMYK00.260.120.16
HSL326.79º40%72.55%-
HSV(B)326.79º26.29%83.53%-
XYZ48.5741.8953.1-
YUV177.28134.05153.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.17%
GREEN value IS 157 (61.72% from 255) = 28.14%
BLUE value IS 188 (73.83% from 255) = 33.69%
R=38.17%
G=28.14%
B=33.69%

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
Decimal21315718800.260.120.16326.794072.55
HexD59DBC01AC101472849
Octal325235274032142050750111
Binary1101010110011101101111000110101100100001010001111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DBC; }

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

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

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

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

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

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

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

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