Shades of Shocking #DA9BBE
Tints of Shocking #DA9BBE
RGB
CMYK
RGB Variations
Color information
#DA9BBE (or 0xDA9BBE) is known color: Shocking. HEX triplet: DA, 9B and BE. RGB value is (218,155,190). Sum of RGB (Red+Green+Blue) = 218+155+190=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BBE is #256441. Grayscale: #B1B1B1. Windows color (decimal): -2450498 or 12491738. OLE color: 12491738.
HSL color Cylindrical-coordinate representation of color #DA9BBE: hue angle of 326.67º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9BBE is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 155 | 190 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.15 |
| HSL | 326.67º | 0.46% | 0.73% | - |
| HSV(B) | 326.67º | 0.29% | 0.85% | - |
| XYZ | 49.93 | 42.07 | 54.2 | - |
| YUV | 177.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 190 | 0 | 0.29 | 0.13 | 0.15 | 326.67 | 0.46 | 0.73 |
| Hex | DA | 9B | BE | 0 | 1D | D | F | 147 | 2E | 49 |
| Octal | 332 | 233 | 276 | 0 | 35 | 15 | 17 | 507 | 56 | 111 |
| Binary | 11011010 | 10011011 | 10111110 | 0 | 11101 | 1101 | 1111 | 101000111 | 101110 | 1001001 |
Color Harmonies of #DA9BBE
Complementary color
Monochromatic Colors of #DA9BBE
Black with #DA9BBE
Text Example
Text Example
White with #DA9BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9BBE; }
p { color: rgb(218,155,190); }
H1.HeaderClassName
{
color: #DA9BBE;
}
.AnyTagClassName
{
color: #DA9BBE;
}
</style>
background-color css
<style>
a { background-color: #DA9BBE; }
a { background-color: rgb(218,155,190); }
div.DivClassName
{
background-color: #DA9BBE;
}
.BgClassName
{
background-color: #DA9BBE;
}
</style>
border-color css
<style>
span { border-color: #DA9BBE; }
span { border-color: rgb(218,155,190); }
td.TdClassName
{
border-color: #DA9BBE;
}
.TagClassName
{
border-color: #DA9BBE;
}
</style>