Shades of Deep Cerise #D02C98
Tints of Deep Cerise #D02C98
RGB
CMYK
RGB Variations
Color information
#D02C98 (or 0xD02C98) is known color: Deep Cerise. HEX triplet: D0, 2C and 98. RGB value is (208,44,152). Sum of RGB (Red+Green+Blue) = 208+44+152=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02C98 is #2FD367. Grayscale: #696969. Windows color (decimal): -3134312 or 9972944. OLE color: 9972944.
HSL color Cylindrical-coordinate representation of color #D02C98: hue angle of 320.49º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02C98 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 44 | 152 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.18 |
| HSL | 320.49º | 0.65% | 0.49% | - |
| HSV(B) | 320.49º | 0.79% | 0.82% | - |
| XYZ | 32.58 | 17.48 | 31.36 | - |
| YUV | 105.35 | 154.33 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 152 | 0 | 0.79 | 0.27 | 0.18 | 320.49 | 0.65 | 0.49 |
| Hex | D0 | 2C | 98 | 0 | 4F | 1B | 12 | 140 | 41 | 31 |
| Octal | 320 | 54 | 230 | 0 | 117 | 33 | 22 | 500 | 101 | 61 |
| Binary | 11010000 | 101100 | 10011000 | 0 | 1001111 | 11011 | 10010 | 101000000 | 1000001 | 110001 |
Color Harmonies of #D02C98
Complementary color
Monochromatic Colors of #D02C98
Black with #D02C98
Text Example
Text Example
White with #D02C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02C98; }
p { color: rgb(208,44,152); }
H1.HeaderClassName
{
color: #D02C98;
}
.AnyTagClassName
{
color: #D02C98;
}
</style>
background-color css
<style>
a { background-color: #D02C98; }
a { background-color: rgb(208,44,152); }
div.DivClassName
{
background-color: #D02C98;
}
.BgClassName
{
background-color: #D02C98;
}
</style>
border-color css
<style>
span { border-color: #D02C98; }
span { border-color: rgb(208,44,152); }
td.TdClassName
{
border-color: #D02C98;
}
.TagClassName
{
border-color: #D02C98;
}
</style>