#D59ABA

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

Shades of Shocking #D59ABA

Tints of Shocking #D59ABA

Color information

#D59ABA (or 0xD59ABA) is unknown color: approx Shocking. HEX triplet: D5, 9A and BA. RGB value is (213,154,186). Sum of RGB (Red+Green+Blue) = 213+154+186=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D59ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ABA is #2A6545. Grayscale: #AFAFAF. Windows color (decimal): -2778438 or 12229333. OLE color: 12229333.

HSL color Cylindrical-coordinate representation of color #D59ABA: hue angle of 327.46º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59ABA is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB213154186-
CMYK00.280.130.16
HSL327.46º41.26%71.96%-
HSV(B)327.46º27.7%83.53%-
XYZ47.8640.851.81-
YUV175.29134.05154.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 154 (60.55% from 255) = 27.85%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=38.52%
G=27.85%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315418600.280.130.16327.4641.2671.96
HexD59ABA01CD101472948
Octal325232272034152050751110
Binary1101010110011010101110100111001101100001010001111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59ABA; }

 p { color: rgb(213,154,186); }

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

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

 a { background-color: rgb(213,154,186); }

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

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

 span { border-color: rgb(213,154,186); }

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