#D58CB6

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

Shades of Shocking #D58CB6

Tints of Shocking #D58CB6

Color information

#D58CB6 (or 0xD58CB6) is unknown color: approx Shocking. HEX triplet: D5, 8C and B6. RGB value is (213,140,182). Sum of RGB (Red+Green+Blue) = 213+140+182=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CB6 is #2A7349. Grayscale: #A6A6A6. Windows color (decimal): -2782026 or 11963605. OLE color: 11963605.

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

Color convert

RGB213140182-
CMYK00.340.150.16
HSL325.48º46.5%69.22%-
HSV(B)325.48º34.27%83.53%-
XYZ45.2636.2848.87-
YUV166.61136.68161.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.81%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 182 (71.48% from 255) = 34.02%
R=39.81%
G=26.17%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314018200.340.150.16325.4846.569.22
HexD58CB6022F101452e45
Octal325214266042172050556105
Binary11010101100011001011011001000101111100001010001011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CB6; }

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

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

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

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

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

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

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

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