#D59DB7

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

Shades of Shocking #D59DB7

Tints of Shocking #D59DB7

Color information

#D59DB7 (or 0xD59DB7) is unknown color: approx Shocking. HEX triplet: D5, 9D and B7. RGB value is (213,157,183). Sum of RGB (Red+Green+Blue) = 213+157+183=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DB7 is #2A6248. Grayscale: #B0B0B0. Windows color (decimal): -2777673 or 12033493. OLE color: 12033493.

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

Color convert

RGB213157183-
CMYK00.260.140.16
HSL332.14º40%72.55%-
HSV(B)332.14º26.29%83.53%-
XYZ48.0441.6850.31-
YUV176.71131.55153.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 157 (61.72% from 255) = 28.39%
BLUE value IS 183 (71.88% from 255) = 33.09%
R=38.52%
G=28.39%
B=33.09%

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
Decimal21315718300.260.140.16332.144072.55
HexD59DB701AE1014c2849
Octal325235267032162051450111
Binary1101010110011101101101110110101110100001010011001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DB7; }

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

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

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

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

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

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

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

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