#DA9ABD

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

Shades of Shocking #DA9ABD

Tints of Shocking #DA9ABD

Color information

#DA9ABD (or 0xDA9ABD) is unknown color: approx Shocking. HEX triplet: DA, 9A and BD. RGB value is (218,154,189). Sum of RGB (Red+Green+Blue) = 218+154+189=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ABD is #256542. Grayscale: #B1B1B1. Windows color (decimal): -2450755 or 12425946. OLE color: 12425946.

HSL color Cylindrical-coordinate representation of color #DA9ABD: hue angle of 327.19º 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 #DA9ABD is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB218154189-
CMYK00.290.130.15
HSL327.19º46.38%72.94%-
HSV(B)327.19º29.36%85.49%-
XYZ49.6541.6953.57-
YUV177.13134.7157.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=38.86%
G=27.45%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815418900.290.130.15327.1946.3872.94
HexDA9ABD01DDF1472e49
Octal332232275035151750756111
Binary110110101001101010111101011101110111111010001111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9ABD; }

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

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

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

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

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

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

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

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