#DA9AC8

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

Shades of Shocking #DA9AC8

Tints of Shocking #DA9AC8

Color information

#DA9AC8 (or 0xDA9AC8) is unknown color: approx Shocking. HEX triplet: DA, 9A and C8. RGB value is (218,154,200). Sum of RGB (Red+Green+Blue) = 218+154+200=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9AC8 is #256537. Grayscale: #B2B2B2. Windows color (decimal): -2450744 or 13146842. OLE color: 13146842.

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

Color convert

RGB218154200-
CMYK00.290.080.15
HSL316.88º46.38%72.94%-
HSV(B)316.88º29.36%85.49%-
XYZ50.8942.1960.1-
YUV178.38140.2156.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 154 (60.55% from 255) = 26.92%
BLUE value IS 200 (78.52% from 255) = 34.97%
R=38.11%
G=26.92%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815420000.290.080.15316.8846.3872.94
HexDA9AC801D8F13d2e49
Octal332232310035101747556111
Binary110110101001101011001000011101100011111001111011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9AC8; }

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

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

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

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

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

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

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

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