#D58ABC

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

Shades of Shocking #D58ABC

Tints of Shocking #D58ABC

Color information

#D58ABC (or 0xD58ABC) is unknown color: approx Shocking. HEX triplet: D5, 8A and BC. RGB value is (213,138,188). Sum of RGB (Red+Green+Blue) = 213+138+188=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D58ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ABC is #2A7543. Grayscale: #A6A6A6. Windows color (decimal): -2782532 or 12356309. OLE color: 12356309.

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

Color convert

RGB213138188-
CMYK00.350.120.16
HSL320º47.17%68.82%-
HSV(B)320º35.21%83.53%-
XYZ45.6135.9552.11-
YUV166.12140.35161.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.52%
GREEN value IS 138 (54.30% from 255) = 25.60%
BLUE value IS 188 (73.83% from 255) = 34.88%
R=39.52%
G=25.60%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313818800.350.120.1632047.1768.82
HexD58ABC023C101402f45
Octal325212274043142050057105
Binary11010101100010101011110001000111100100001010000001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58ABC; }

 p { color: rgb(213,138,188); }

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

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

 a { background-color: rgb(213,138,188); }

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

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

 span { border-color: rgb(213,138,188); }

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