#D59DB8

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

Shades of Shocking #D59DB8

Tints of Shocking #D59DB8

Color information

#D59DB8 (or 0xD59DB8) is unknown color: approx Shocking. HEX triplet: D5, 9D and B8. RGB value is (213,157,184). Sum of RGB (Red+Green+Blue) = 213+157+184=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DB8 is #2A6247. Grayscale: #B0B0B0. Windows color (decimal): -2777672 or 12099029. OLE color: 12099029.

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

Color convert

RGB213157184-
CMYK00.260.140.16
HSL331.07º40%72.55%-
HSV(B)331.07º26.29%83.53%-
XYZ48.1541.7250.86-
YUV176.82132.05153.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.45%
GREEN value IS 157 (61.72% from 255) = 28.34%
BLUE value IS 184 (72.27% from 255) = 33.21%
R=38.45%
G=28.34%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315718400.260.140.16331.074072.55
HexD59DB801AE1014b2849
Octal325235270032162051350111
Binary1101010110011101101110000110101110100001010010111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DB8; }

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

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

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

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

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

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

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

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