#DA9AC6

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

Shades of Shocking #DA9AC6

Tints of Shocking #DA9AC6

Color information

#DA9AC6 (or 0xDA9AC6) is unknown color: approx Shocking. HEX triplet: DA, 9A and C6. RGB value is (218,154,198). Sum of RGB (Red+Green+Blue) = 218+154+198=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9AC6 is #256539. Grayscale: #B2B2B2. Windows color (decimal): -2450746 or 13015770. OLE color: 13015770.

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

Color convert

RGB218154198-
CMYK00.290.090.15
HSL318.75º46.38%72.94%-
HSV(B)318.75º29.36%85.49%-
XYZ50.6642.0958.88-
YUV178.15139.2156.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 154 (60.55% from 255) = 27.02%
BLUE value IS 198 (77.73% from 255) = 34.74%
R=38.25%
G=27.02%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815419800.290.090.15318.7546.3872.94
HexDA9AC601D9F13f2e49
Octal332232306035111747756111
Binary110110101001101011000110011101100111111001111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9AC6; }

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

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

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

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

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

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

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

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