#D58ABB

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

Shades of Shocking #D58ABB

Tints of Shocking #D58ABB

Color information

#D58ABB (or 0xD58ABB) is unknown color: approx Shocking. HEX triplet: D5, 8A and BB. RGB value is (213,138,187). Sum of RGB (Red+Green+Blue) = 213+138+187=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D58ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ABB is #2A7544. Grayscale: #A5A5A5. Windows color (decimal): -2782533 or 12290773. OLE color: 12290773.

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

Color convert

RGB213138187-
CMYK00.350.120.16
HSL320.8º47.17%68.82%-
HSV(B)320.8º35.21%83.53%-
XYZ45.535.9151.55-
YUV166.01139.85161.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 138 (54.30% from 255) = 25.65%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=39.59%
G=25.65%
B=34.76%

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
Decimal21313818700.350.120.16320.847.1768.82
HexD58ABB023C101412f45
Octal325212273043142050157105
Binary11010101100010101011101101000111100100001010000011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58ABB; }

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

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

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

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

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

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

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

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