Shades of Shocking #DAA0BD
Tints of Shocking #DAA0BD
RGB
CMYK
RGB Variations
Color information
#DAA0BD (or 0xDAA0BD) is known color: Shocking. HEX triplet: DA, A0 and BD. RGB value is (218,160,189). Sum of RGB (Red+Green+Blue) = 218+160+189=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA0BD is #255F42. Grayscale: #B4B4B4. Windows color (decimal): -2449219 or 12427482. OLE color: 12427482.
HSL color Cylindrical-coordinate representation of color #DAA0BD: hue angle of 330º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA0BD is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 189 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.15 |
| HSL | 330º | 0.44% | 0.74% | - |
| HSV(B) | 330º | 0.27% | 0.85% | - |
| XYZ | 50.67 | 43.72 | 53.91 | - |
| YUV | 180.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 189 | 0 | 0.27 | 0.13 | 0.15 | 330 | 0.44 | 0.74 |
| Hex | DA | A0 | BD | 0 | 1B | D | F | 14A | 2C | 4A |
| Octal | 332 | 240 | 275 | 0 | 33 | 15 | 17 | 512 | 54 | 112 |
| Binary | 11011010 | 10100000 | 10111101 | 0 | 11011 | 1101 | 1111 | 101001010 | 101100 | 1001010 |
Color Harmonies of #DAA0BD
Complementary color
Monochromatic Colors of #DAA0BD
Black with #DAA0BD
Text Example
Text Example
White with #DAA0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA0BD; }
p { color: rgb(218,160,189); }
H1.HeaderClassName
{
color: #DAA0BD;
}
.AnyTagClassName
{
color: #DAA0BD;
}
</style>
background-color css
<style>
a { background-color: #DAA0BD; }
a { background-color: rgb(218,160,189); }
div.DivClassName
{
background-color: #DAA0BD;
}
.BgClassName
{
background-color: #DAA0BD;
}
</style>
border-color css
<style>
span { border-color: #DAA0BD; }
span { border-color: rgb(218,160,189); }
td.TdClassName
{
border-color: #DAA0BD;
}
.TagClassName
{
border-color: #DAA0BD;
}
</style>