#D58EBE

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

Shades of Shocking #D58EBE

Tints of Shocking #D58EBE

Color information

#D58EBE (or 0xD58EBE) is unknown color: approx Shocking. HEX triplet: D5, 8E and BE. RGB value is (213,142,190). Sum of RGB (Red+Green+Blue) = 213+142+190=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D58EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58EBE is #2A7141. Grayscale: #A8A8A8. Windows color (decimal): -2781506 or 12488405. OLE color: 12488405.

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

Color convert

RGB213142190-
CMYK00.330.110.16
HSL319.44º45.81%69.61%-
HSV(B)319.44º33.33%83.53%-
XYZ46.4137.2153.45-
YUV168.7140.02159.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 142 (55.86% from 255) = 26.06%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=39.08%
G=26.06%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314219000.330.110.16319.4445.8169.61
HexD58EBE021B1013f2e46
Octal325216276041132047756106
Binary11010101100011101011111001000011011100001001111111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58EBE; }

 p { color: rgb(213,142,190); }

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

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

 a { background-color: rgb(213,142,190); }

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

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

 span { border-color: rgb(213,142,190); }

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