#D58AB5

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

Shades of Shocking #D58AB5

Tints of Shocking #D58AB5

Color information

#D58AB5 (or 0xD58AB5) is unknown color: approx Shocking. HEX triplet: D5, 8A and B5. RGB value is (213,138,181). Sum of RGB (Red+Green+Blue) = 213+138+181=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AB5 is #2A754A. Grayscale: #A5A5A5. Windows color (decimal): -2782539 or 11897557. OLE color: 11897557.

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

Color convert

RGB213138181-
CMYK00.350.150.16
HSL325.6º47.17%68.82%-
HSV(B)325.6º35.21%83.53%-
XYZ44.8735.6648.23-
YUV165.33136.85162-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 138 (54.30% from 255) = 25.94%
BLUE value IS 181 (71.09% from 255) = 34.02%
R=40.04%
G=25.94%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313818100.350.150.16325.647.1768.82
HexD58AB5023F101462f45
Octal325212265043172050657105
Binary11010101100010101011010101000111111100001010001101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AB5; }

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

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

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

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

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

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

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

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