Shades of Shocking #DAA2C4
Tints of Shocking #DAA2C4
RGB
CMYK
RGB Variations
Color information
#DAA2C4 (or 0xDAA2C4) is known color: Shocking. HEX triplet: DA, A2 and C4. RGB value is (218,162,196). Sum of RGB (Red+Green+Blue) = 218+162+196=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2C4 is #255D3B. Grayscale: #B6B6B6. Windows color (decimal): -2448700 or 12886746. OLE color: 12886746.
HSL color Cylindrical-coordinate representation of color #DAA2C4: hue angle of 323.57º 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 #DAA2C4 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 196 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.15 |
| HSL | 323.57º | 0.43% | 0.75% | - |
| HSV(B) | 323.57º | 0.26% | 0.85% | - |
| XYZ | 51.8 | 44.73 | 58.13 | - |
| YUV | 182.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 196 | 0 | 0.26 | 0.10 | 0.15 | 323.57 | 0.43 | 0.75 |
| Hex | DA | A2 | C4 | 0 | 1A | A | F | 144 | 2B | 4B |
| Octal | 332 | 242 | 304 | 0 | 32 | 12 | 17 | 504 | 53 | 113 |
| Binary | 11011010 | 10100010 | 11000100 | 0 | 11010 | 1010 | 1111 | 101000100 | 101011 | 1001011 |
Color Harmonies of #DAA2C4
Complementary color
Monochromatic Colors of #DAA2C4
Black with #DAA2C4
Text Example
Text Example
White with #DAA2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA2C4; }
p { color: rgb(218,162,196); }
H1.HeaderClassName
{
color: #DAA2C4;
}
.AnyTagClassName
{
color: #DAA2C4;
}
</style>
background-color css
<style>
a { background-color: #DAA2C4; }
a { background-color: rgb(218,162,196); }
div.DivClassName
{
background-color: #DAA2C4;
}
.BgClassName
{
background-color: #DAA2C4;
}
</style>
border-color css
<style>
span { border-color: #DAA2C4; }
span { border-color: rgb(218,162,196); }
td.TdClassName
{
border-color: #DAA2C4;
}
.TagClassName
{
border-color: #DAA2C4;
}
</style>