Shades of Shocking #DA96C8
Tints of Shocking #DA96C8
RGB
CMYK
RGB Variations
Color information
#DA96C8 (or 0xDA96C8) is known color: Shocking. HEX triplet: DA, 96 and C8. RGB value is (218,150,200). Sum of RGB (Red+Green+Blue) = 218+150+200=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96C8 is #256937. Grayscale: #AFAFAF. Windows color (decimal): -2451768 or 13145818. OLE color: 13145818.
HSL color Cylindrical-coordinate representation of color #DA96C8: hue angle of 315.88º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DA96C8 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 200 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.15 |
| HSL | 315.88º | 0.48% | 0.72% | - |
| HSV(B) | 315.88º | 0.31% | 0.85% | - |
| XYZ | 50.25 | 40.89 | 59.89 | - |
| YUV | 176.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 200 | 0 | 0.31 | 0.08 | 0.15 | 315.88 | 0.48 | 0.72 |
| Hex | DA | 96 | C8 | 0 | 1F | 8 | F | 13C | 30 | 48 |
| Octal | 332 | 226 | 310 | 0 | 37 | 10 | 17 | 474 | 60 | 110 |
| Binary | 11011010 | 10010110 | 11001000 | 0 | 11111 | 1000 | 1111 | 100111100 | 110000 | 1001000 |
Color Harmonies of #DA96C8
Complementary color
Monochromatic Colors of #DA96C8
Black with #DA96C8
Text Example
Text Example
White with #DA96C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA96C8; }
p { color: rgb(218,150,200); }
H1.HeaderClassName
{
color: #DA96C8;
}
.AnyTagClassName
{
color: #DA96C8;
}
</style>
background-color css
<style>
a { background-color: #DA96C8; }
a { background-color: rgb(218,150,200); }
div.DivClassName
{
background-color: #DA96C8;
}
.BgClassName
{
background-color: #DA96C8;
}
</style>
border-color css
<style>
span { border-color: #DA96C8; }
span { border-color: rgb(218,150,200); }
td.TdClassName
{
border-color: #DA96C8;
}
.TagClassName
{
border-color: #DA96C8;
}
</style>