Shades of Shocking #DA96C2
Tints of Shocking #DA96C2
RGB
CMYK
RGB Variations
Color information
#DA96C2 (or 0xDA96C2) is known color: Shocking. HEX triplet: DA, 96 and C2. RGB value is (218,150,194). Sum of RGB (Red+Green+Blue) = 218+150+194=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96C2 is #25693D. Grayscale: #AFAFAF. Windows color (decimal): -2451774 or 12752602. OLE color: 12752602.
HSL color Cylindrical-coordinate representation of color #DA96C2: hue angle of 321.18º 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 #DA96C2 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 194 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.15 |
| HSL | 321.18º | 0.48% | 0.72% | - |
| HSV(B) | 321.18º | 0.31% | 0.85% | - |
| XYZ | 49.56 | 40.61 | 56.27 | - |
| YUV | 175.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 194 | 0 | 0.31 | 0.11 | 0.15 | 321.18 | 0.48 | 0.72 |
| Hex | DA | 96 | C2 | 0 | 1F | B | F | 141 | 30 | 48 |
| Octal | 332 | 226 | 302 | 0 | 37 | 13 | 17 | 501 | 60 | 110 |
| Binary | 11011010 | 10010110 | 11000010 | 0 | 11111 | 1011 | 1111 | 101000001 | 110000 | 1001000 |
Color Harmonies of #DA96C2
Complementary color
Monochromatic Colors of #DA96C2
Black with #DA96C2
Text Example
Text Example
White with #DA96C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA96C2; }
p { color: rgb(218,150,194); }
H1.HeaderClassName
{
color: #DA96C2;
}
.AnyTagClassName
{
color: #DA96C2;
}
</style>
background-color css
<style>
a { background-color: #DA96C2; }
a { background-color: rgb(218,150,194); }
div.DivClassName
{
background-color: #DA96C2;
}
.BgClassName
{
background-color: #DA96C2;
}
</style>
border-color css
<style>
span { border-color: #DA96C2; }
span { border-color: rgb(218,150,194); }
td.TdClassName
{
border-color: #DA96C2;
}
.TagClassName
{
border-color: #DA96C2;
}
</style>