#DAA2C6

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

Shades of Shocking #DAA2C6

Tints of Shocking #DAA2C6

Color information

#DAA2C6 (or 0xDAA2C6) is unknown color: approx Shocking. HEX triplet: DA, A2 and C6. RGB value is (218,162,198). Sum of RGB (Red+Green+Blue) = 218+162+198=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 162 (63.67% from 255 or 28.03% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2C6 is #255D39. Grayscale: #B6B6B6. Windows color (decimal): -2448698 or 13017818. OLE color: 13017818.

HSL color Cylindrical-coordinate representation of color #DAA2C6: hue angle of 321.43º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA2C6 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB218162198-
CMYK00.260.090.15
HSL321.43º43.08%74.51%-
HSV(B)321.43º25.69%85.49%-
XYZ52.0344.8259.34-
YUV182.85136.55153.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 162 (63.67% from 255) = 28.03%
BLUE value IS 198 (77.73% from 255) = 34.26%
R=37.72%
G=28.03%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816219800.260.090.15321.4343.0874.51
HexDAA2C601A9F1412b4b
Octal332242306032111750153113
Binary110110101010001011000110011010100111111010000011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA2C6; }

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

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

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

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

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

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

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

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