#DA9ABB

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

Shades of Shocking #DA9ABB

Tints of Shocking #DA9ABB

Color information

#DA9ABB (or 0xDA9ABB) is unknown color: approx Shocking. HEX triplet: DA, 9A and BB. RGB value is (218,154,187). Sum of RGB (Red+Green+Blue) = 218+154+187=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ABB is #256544. Grayscale: #B0B0B0. Windows color (decimal): -2450757 or 12294874. OLE color: 12294874.

HSL color Cylindrical-coordinate representation of color #DA9ABB: hue angle of 329.06º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9ABB is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB218154187-
CMYK00.290.140.15
HSL329.06º46.38%72.94%-
HSV(B)329.06º29.36%85.49%-
XYZ49.4441.652.44-
YUV176.9133.7157.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 154 (60.55% from 255) = 27.55%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=39.00%
G=27.55%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815418700.290.140.15329.0646.3872.94
HexDA9ABB01DEF1492e49
Octal332232273035161751156111
Binary110110101001101010111011011101111011111010010011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9ABB; }

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

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

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

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

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

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

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

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