Shades of Shocking #DAA5BB
Tints of Shocking #DAA5BB
RGB
CMYK
RGB Variations
Color information
#DAA5BB (or 0xDAA5BB) is known color: Shocking. HEX triplet: DA, A5 and BB. RGB value is (218,165,187). Sum of RGB (Red+Green+Blue) = 218+165+187=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 165 (64.84% from 255 or 28.95% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA5BB is #255A44. Grayscale: #B7B7B7. Windows color (decimal): -2447941 or 12297690. OLE color: 12297690.
HSL color Cylindrical-coordinate representation of color #DAA5BB: hue angle of 335.09º degrees, saturation: 0.42, 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 #DAA5BB is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 187 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.15 |
| HSL | 335.09º | 0.42% | 0.75% | - |
| HSV(B) | 335.09º | 0.24% | 0.85% | - |
| XYZ | 51.34 | 45.4 | 53.07 | - |
| YUV | 183.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 187 | 0 | 0.24 | 0.14 | 0.15 | 335.09 | 0.42 | 0.75 |
| Hex | DA | A5 | BB | 0 | 18 | E | F | 14F | 2A | 4B |
| Octal | 332 | 245 | 273 | 0 | 30 | 16 | 17 | 517 | 52 | 113 |
| Binary | 11011010 | 10100101 | 10111011 | 0 | 11000 | 1110 | 1111 | 101001111 | 101010 | 1001011 |
Color Harmonies of #DAA5BB
Complementary color
Monochromatic Colors of #DAA5BB
Black with #DAA5BB
Text Example
Text Example
White with #DAA5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA5BB; }
p { color: rgb(218,165,187); }
H1.HeaderClassName
{
color: #DAA5BB;
}
.AnyTagClassName
{
color: #DAA5BB;
}
</style>
background-color css
<style>
a { background-color: #DAA5BB; }
a { background-color: rgb(218,165,187); }
div.DivClassName
{
background-color: #DAA5BB;
}
.BgClassName
{
background-color: #DAA5BB;
}
</style>
border-color css
<style>
span { border-color: #DAA5BB; }
span { border-color: rgb(218,165,187); }
td.TdClassName
{
border-color: #DAA5BB;
}
.TagClassName
{
border-color: #DAA5BB;
}
</style>