#D58CB9

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

Shades of Shocking #D58CB9

Tints of Shocking #D58CB9

Color information

#D58CB9 (or 0xD58CB9) is unknown color: approx Shocking. HEX triplet: D5, 8C and B9. RGB value is (213,140,185). Sum of RGB (Red+Green+Blue) = 213+140+185=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CB9 is #2A7346. Grayscale: #A6A6A6. Windows color (decimal): -2782023 or 12160213. OLE color: 12160213.

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

Color convert

RGB213140185-
CMYK00.340.130.16
HSL323.01º46.5%69.22%-
HSV(B)323.01º34.27%83.53%-
XYZ45.5836.4150.52-
YUV166.96138.18160.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 140 (55.08% from 255) = 26.02%
BLUE value IS 185 (72.66% from 255) = 34.39%
R=39.59%
G=26.02%
B=34.39%

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
Decimal21314018500.340.130.16323.0146.569.22
HexD58CB9022D101432e45
Octal325214271042152050356105
Binary11010101100011001011100101000101101100001010000111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CB9; }

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

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

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

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

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

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

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

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