#D58AB8

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

Shades of Shocking #D58AB8

Tints of Shocking #D58AB8

Color information

#D58AB8 (or 0xD58AB8) is unknown color: approx Shocking. HEX triplet: D5, 8A and B8. RGB value is (213,138,184). Sum of RGB (Red+Green+Blue) = 213+138+184=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AB8 is #2A7547. Grayscale: #A5A5A5. Windows color (decimal): -2782536 or 12094165. OLE color: 12094165.

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

Color convert

RGB213138184-
CMYK00.350.140.16
HSL323.2º47.17%68.82%-
HSV(B)323.2º35.21%83.53%-
XYZ45.1835.7849.87-
YUV165.67138.35161.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.81%
GREEN value IS 138 (54.30% from 255) = 25.79%
BLUE value IS 184 (72.27% from 255) = 34.39%
R=39.81%
G=25.79%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313818400.350.140.16323.247.1768.82
HexD58AB8023E101432f45
Octal325212270043162050357105
Binary11010101100010101011100001000111110100001010000111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AB8; }

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

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

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

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

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

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

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

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