Shades of Shocking #DA9EBA
Tints of Shocking #DA9EBA
RGB
CMYK
RGB Variations
Color information
#DA9EBA (or 0xDA9EBA) is known color: Shocking. HEX triplet: DA, 9E and BA. RGB value is (218,158,186). Sum of RGB (Red+Green+Blue) = 218+158+186=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9EBA is #256145. Grayscale: #B3B3B3. Windows color (decimal): -2449734 or 12230362. OLE color: 12230362.
HSL color Cylindrical-coordinate representation of color #DA9EBA: hue angle of 332º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9EBA is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 158 | 186 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.15 |
| HSL | 332º | 0.45% | 0.74% | - |
| HSV(B) | 332º | 0.28% | 0.85% | - |
| XYZ | 50 | 42.9 | 52.1 | - |
| YUV | 179.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 186 | 0 | 0.28 | 0.15 | 0.15 | 332 | 0.45 | 0.74 |
| Hex | DA | 9E | BA | 0 | 1C | F | F | 14C | 2D | 4A |
| Octal | 332 | 236 | 272 | 0 | 34 | 17 | 17 | 514 | 55 | 112 |
| Binary | 11011010 | 10011110 | 10111010 | 0 | 11100 | 1111 | 1111 | 101001100 | 101101 | 1001010 |
Color Harmonies of #DA9EBA
Complementary color
Monochromatic Colors of #DA9EBA
Black with #DA9EBA
Text Example
Text Example
White with #DA9EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9EBA; }
p { color: rgb(218,158,186); }
H1.HeaderClassName
{
color: #DA9EBA;
}
.AnyTagClassName
{
color: #DA9EBA;
}
</style>
background-color css
<style>
a { background-color: #DA9EBA; }
a { background-color: rgb(218,158,186); }
div.DivClassName
{
background-color: #DA9EBA;
}
.BgClassName
{
background-color: #DA9EBA;
}
</style>
border-color css
<style>
span { border-color: #DA9EBA; }
span { border-color: rgb(218,158,186); }
td.TdClassName
{
border-color: #DA9EBA;
}
.TagClassName
{
border-color: #DA9EBA;
}
</style>