Shades of Shocking #DA98C4
Tints of Shocking #DA98C4
RGB
CMYK
RGB Variations
Color information
#DA98C4 (or 0xDA98C4) is known color: Shocking. HEX triplet: DA, 98 and C4. RGB value is (218,152,196). Sum of RGB (Red+Green+Blue) = 218+152+196=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98C4 is #25673B. Grayscale: #B0B0B0. Windows color (decimal): -2451260 or 12884186. OLE color: 12884186.
HSL color Cylindrical-coordinate representation of color #DA98C4: hue angle of 320º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA98C4 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 196 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.15 |
| HSL | 320º | 0.47% | 0.73% | - |
| HSV(B) | 320º | 0.3% | 0.85% | - |
| XYZ | 50.11 | 41.35 | 57.56 | - |
| YUV | 176.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 196 | 0 | 0.30 | 0.10 | 0.15 | 320 | 0.47 | 0.73 |
| Hex | DA | 98 | C4 | 0 | 1E | A | F | 140 | 2F | 49 |
| Octal | 332 | 230 | 304 | 0 | 36 | 12 | 17 | 500 | 57 | 111 |
| Binary | 11011010 | 10011000 | 11000100 | 0 | 11110 | 1010 | 1111 | 101000000 | 101111 | 1001001 |
Color Harmonies of #DA98C4
Complementary color
Monochromatic Colors of #DA98C4
Black with #DA98C4
Text Example
Text Example
White with #DA98C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA98C4; }
p { color: rgb(218,152,196); }
H1.HeaderClassName
{
color: #DA98C4;
}
.AnyTagClassName
{
color: #DA98C4;
}
</style>
background-color css
<style>
a { background-color: #DA98C4; }
a { background-color: rgb(218,152,196); }
div.DivClassName
{
background-color: #DA98C4;
}
.BgClassName
{
background-color: #DA98C4;
}
</style>
border-color css
<style>
span { border-color: #DA98C4; }
span { border-color: rgb(218,152,196); }
td.TdClassName
{
border-color: #DA98C4;
}
.TagClassName
{
border-color: #DA98C4;
}
</style>