Shades of Shocking #DC98C4
Tints of Shocking #DC98C4
RGB
CMYK
RGB Variations
Color information
#DC98C4 (or 0xDC98C4) is known color: Shocking. HEX triplet: DC, 98 and C4. RGB value is (220,152,196). Sum of RGB (Red+Green+Blue) = 220+152+196=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98C4 is #23673B. Grayscale: #B1B1B1. Windows color (decimal): -2320188 or 12884188. OLE color: 12884188.
HSL color Cylindrical-coordinate representation of color #DC98C4: hue angle of 321.18º 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 #DC98C4 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 196 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.14 |
| HSL | 321.18º | 0.49% | 0.73% | - |
| HSV(B) | 321.18º | 0.31% | 0.86% | - |
| XYZ | 50.71 | 41.66 | 57.59 | - |
| YUV | 177.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 196 | 0 | 0.31 | 0.11 | 0.14 | 321.18 | 0.49 | 0.73 |
| Hex | DC | 98 | C4 | 0 | 1F | B | E | 141 | 31 | 49 |
| Octal | 334 | 230 | 304 | 0 | 37 | 13 | 16 | 501 | 61 | 111 |
| Binary | 11011100 | 10011000 | 11000100 | 0 | 11111 | 1011 | 1110 | 101000001 | 110001 | 1001001 |
Color Harmonies of #DC98C4
Complementary color
Monochromatic Colors of #DC98C4
Black with #DC98C4
Text Example
Text Example
White with #DC98C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC98C4; }
p { color: rgb(220,152,196); }
H1.HeaderClassName
{
color: #DC98C4;
}
.AnyTagClassName
{
color: #DC98C4;
}
</style>
background-color css
<style>
a { background-color: #DC98C4; }
a { background-color: rgb(220,152,196); }
div.DivClassName
{
background-color: #DC98C4;
}
.BgClassName
{
background-color: #DC98C4;
}
</style>
border-color css
<style>
span { border-color: #DC98C4; }
span { border-color: rgb(220,152,196); }
td.TdClassName
{
border-color: #DC98C4;
}
.TagClassName
{
border-color: #DC98C4;
}
</style>