Shades of Shocking #DA8DBE
Tints of Shocking #DA8DBE
RGB
CMYK
RGB Variations
Color information
#DA8DBE (or 0xDA8DBE) is known color: Shocking. HEX triplet: DA, 8D and BE. RGB value is (218,141,190). Sum of RGB (Red+Green+Blue) = 218+141+190=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DBE is #257241. Grayscale: #A9A9A9. Windows color (decimal): -2454082 or 12488154. OLE color: 12488154.
HSL color Cylindrical-coordinate representation of color #DA8DBE: hue angle of 321.82º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA8DBE is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 190 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.15 |
| HSL | 321.82º | 0.51% | 0.7% | - |
| HSV(B) | 321.82º | 0.35% | 0.85% | - |
| XYZ | 47.73 | 37.67 | 53.47 | - |
| YUV | 169.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 190 | 0 | 0.35 | 0.13 | 0.15 | 321.82 | 0.51 | 0.7 |
| Hex | DA | 8D | BE | 0 | 23 | D | F | 142 | 33 | 46 |
| Octal | 332 | 215 | 276 | 0 | 43 | 15 | 17 | 502 | 63 | 106 |
| Binary | 11011010 | 10001101 | 10111110 | 0 | 100011 | 1101 | 1111 | 101000010 | 110011 | 1000110 |
Color Harmonies of #DA8DBE
Complementary color
Monochromatic Colors of #DA8DBE
Black with #DA8DBE
Text Example
Text Example
White with #DA8DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8DBE; }
p { color: rgb(218,141,190); }
H1.HeaderClassName
{
color: #DA8DBE;
}
.AnyTagClassName
{
color: #DA8DBE;
}
</style>
background-color css
<style>
a { background-color: #DA8DBE; }
a { background-color: rgb(218,141,190); }
div.DivClassName
{
background-color: #DA8DBE;
}
.BgClassName
{
background-color: #DA8DBE;
}
</style>
border-color css
<style>
span { border-color: #DA8DBE; }
span { border-color: rgb(218,141,190); }
td.TdClassName
{
border-color: #DA8DBE;
}
.TagClassName
{
border-color: #DA8DBE;
}
</style>