#D59DB9

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

Shades of Shocking #D59DB9

Tints of Shocking #D59DB9

Color information

#D59DB9 (or 0xD59DB9) is unknown color: approx Shocking. HEX triplet: D5, 9D and B9. RGB value is (213,157,185). Sum of RGB (Red+Green+Blue) = 213+157+185=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DB9 is #2A6246. Grayscale: #B0B0B0. Windows color (decimal): -2777671 or 12164565. OLE color: 12164565.

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

Color convert

RGB213157185-
CMYK00.260.130.16
HSL330º40%72.55%-
HSV(B)330º26.29%83.53%-
XYZ48.2541.7651.42-
YUV176.94132.55153.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.38%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 185 (72.66% from 255) = 33.33%
R=38.38%
G=28.29%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315718500.260.130.163304072.55
HexD59DB901AD1014a2849
Octal325235271032152051250111
Binary1101010110011101101110010110101101100001010010101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DB9; }

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

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

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

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

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

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

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

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