Shades of Shocking #DC98C5
Tints of Shocking #DC98C5
RGB
CMYK
RGB Variations
Color information
#DC98C5 (or 0xDC98C5) is known color: Shocking. HEX triplet: DC, 98 and C5. RGB value is (220,152,197). Sum of RGB (Red+Green+Blue) = 220+152+197=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98C5 is #23673A. Grayscale: #B1B1B1. Windows color (decimal): -2320187 or 12949724. OLE color: 12949724.
HSL color Cylindrical-coordinate representation of color #DC98C5: hue angle of 320.29º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC98C5 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 197 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.14 |
| HSL | 320.29º | 0.49% | 0.73% | - |
| HSV(B) | 320.29º | 0.31% | 0.86% | - |
| XYZ | 50.82 | 41.7 | 58.19 | - |
| YUV | 177.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 197 | 0 | 0.31 | 0.10 | 0.14 | 320.29 | 0.49 | 0.73 |
| Hex | DC | 98 | C5 | 0 | 1F | A | E | 140 | 31 | 49 |
| Octal | 334 | 230 | 305 | 0 | 37 | 12 | 16 | 500 | 61 | 111 |
| Binary | 11011100 | 10011000 | 11000101 | 0 | 11111 | 1010 | 1110 | 101000000 | 110001 | 1001001 |
Color Harmonies of #DC98C5
Complementary color
Monochromatic Colors of #DC98C5
Black with #DC98C5
Text Example
Text Example
White with #DC98C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC98C5; }
p { color: rgb(220,152,197); }
H1.HeaderClassName
{
color: #DC98C5;
}
.AnyTagClassName
{
color: #DC98C5;
}
</style>
background-color css
<style>
a { background-color: #DC98C5; }
a { background-color: rgb(220,152,197); }
div.DivClassName
{
background-color: #DC98C5;
}
.BgClassName
{
background-color: #DC98C5;
}
</style>
border-color css
<style>
span { border-color: #DC98C5; }
span { border-color: rgb(220,152,197); }
td.TdClassName
{
border-color: #DC98C5;
}
.TagClassName
{
border-color: #DC98C5;
}
</style>