#D58ABD

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

Shades of Shocking #D58ABD

Tints of Shocking #D58ABD

Color information

#D58ABD (or 0xD58ABD) is unknown color: approx Shocking. HEX triplet: D5, 8A and BD. RGB value is (213,138,189). Sum of RGB (Red+Green+Blue) = 213+138+189=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D58ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ABD is #2A7542. Grayscale: #A6A6A6. Windows color (decimal): -2782531 or 12421845. OLE color: 12421845.

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

Color convert

RGB213138189-
CMYK00.350.110.16
HSL319.2º47.17%68.82%-
HSV(B)319.2º35.21%83.53%-
XYZ45.713652.68-
YUV166.24140.85161.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.44%
GREEN value IS 138 (54.30% from 255) = 25.56%
BLUE value IS 189 (74.22% from 255) = 35%
R=39.44%
G=25.56%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313818900.350.110.16319.247.1768.82
HexD58ABD023B1013f2f45
Octal325212275043132047757105
Binary11010101100010101011110101000111011100001001111111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58ABD; }

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

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

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

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

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

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

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

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