Shades of Shocking #DAA6C2
Tints of Shocking #DAA6C2
RGB
CMYK
RGB Variations
Color information
#DAA6C2 (or 0xDAA6C2) is known color: Shocking. HEX triplet: DA, A6 and C2. RGB value is (218,166,194). Sum of RGB (Red+Green+Blue) = 218+166+194=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA6C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6C2 is #25593D. Grayscale: #B8B8B8. Windows color (decimal): -2447678 or 12756698. OLE color: 12756698.
HSL color Cylindrical-coordinate representation of color #DAA6C2: hue angle of 327.69º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAA6C2 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 194 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.15 |
| HSL | 327.69º | 0.41% | 0.75% | - |
| HSV(B) | 327.69º | 0.24% | 0.85% | - |
| XYZ | 52.29 | 46.07 | 57.18 | - |
| YUV | 184.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 194 | 0 | 0.24 | 0.11 | 0.15 | 327.69 | 0.41 | 0.75 |
| Hex | DA | A6 | C2 | 0 | 18 | B | F | 148 | 29 | 4B |
| Octal | 332 | 246 | 302 | 0 | 30 | 13 | 17 | 510 | 51 | 113 |
| Binary | 11011010 | 10100110 | 11000010 | 0 | 11000 | 1011 | 1111 | 101001000 | 101001 | 1001011 |
Color Harmonies of #DAA6C2
Complementary color
Monochromatic Colors of #DAA6C2
Black with #DAA6C2
Text Example
Text Example
White with #DAA6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA6C2; }
p { color: rgb(218,166,194); }
H1.HeaderClassName
{
color: #DAA6C2;
}
.AnyTagClassName
{
color: #DAA6C2;
}
</style>
background-color css
<style>
a { background-color: #DAA6C2; }
a { background-color: rgb(218,166,194); }
div.DivClassName
{
background-color: #DAA6C2;
}
.BgClassName
{
background-color: #DAA6C2;
}
</style>
border-color css
<style>
span { border-color: #DAA6C2; }
span { border-color: rgb(218,166,194); }
td.TdClassName
{
border-color: #DAA6C2;
}
.TagClassName
{
border-color: #DAA6C2;
}
</style>