#D59ABB

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

Shades of Shocking #D59ABB

Tints of Shocking #D59ABB

Color information

#D59ABB (or 0xD59ABB) is unknown color: approx Shocking. HEX triplet: D5, 9A and BB. RGB value is (213,154,187). Sum of RGB (Red+Green+Blue) = 213+154+187=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D59ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ABB is #2A6544. Grayscale: #AFAFAF. Windows color (decimal): -2778437 or 12294869. OLE color: 12294869.

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

Color convert

RGB213154187-
CMYK00.280.120.16
HSL326.44º41.26%71.96%-
HSV(B)326.44º27.7%83.53%-
XYZ47.9740.8552.37-
YUV175.4134.55154.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.45%
GREEN value IS 154 (60.55% from 255) = 27.80%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=38.45%
G=27.80%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315418700.280.120.16326.4441.2671.96
HexD59ABB01CC101462948
Octal325232273034142050651110
Binary1101010110011010101110110111001100100001010001101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59ABB; }

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

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

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

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

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

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

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

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