#D58DB9

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

Shades of Shocking #D58DB9

Tints of Shocking #D58DB9

Color information

#D58DB9 (or 0xD58DB9) is unknown color: approx Shocking. HEX triplet: D5, 8D and B9. RGB value is (213,141,185). Sum of RGB (Red+Green+Blue) = 213+141+185=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DB9 is #2A7246. Grayscale: #A7A7A7. Windows color (decimal): -2781767 or 12160469. OLE color: 12160469.

HSL color Cylindrical-coordinate representation of color #D58DB9: hue angle of 323.33º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58DB9 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB213141185-
CMYK00.340.130.16
HSL323.33º46.15%69.41%-
HSV(B)323.33º33.8%83.53%-
XYZ45.7236.750.57-
YUV167.54137.85160.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.52%
GREEN value IS 141 (55.47% from 255) = 26.16%
BLUE value IS 185 (72.66% from 255) = 34.32%
R=39.52%
G=26.16%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314118500.340.130.16323.3346.1569.41
HexD58DB9022D101432e45
Octal325215271042152050356105
Binary11010101100011011011100101000101101100001010000111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58DB9; }

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

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

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

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

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

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

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

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