Shades of Deep Cerise #D0247A
Tints of Deep Cerise #D0247A
RGB
CMYK
RGB Variations
Color information
#D0247A (or 0xD0247A) is known color: Deep Cerise. HEX triplet: D0, 24 and 7A. RGB value is (208,36,122). Sum of RGB (Red+Green+Blue) = 208+36+122=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D0247A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0247A is #2FDB85. Grayscale: #616161. Windows color (decimal): -3136390 or 8004816. OLE color: 8004816.
HSL color Cylindrical-coordinate representation of color #D0247A: hue angle of 330º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0247A is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 122 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.18 |
| HSL | 330º | 0.7% | 0.48% | - |
| HSV(B) | 330º | 0.83% | 0.82% | - |
| XYZ | 30.16 | 16.08 | 19.93 | - |
| YUV | 97.23 | 141.98 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 122 | 0 | 0.83 | 0.41 | 0.18 | 330 | 0.7 | 0.48 |
| Hex | D0 | 24 | 7A | 0 | 53 | 29 | 12 | 14A | 46 | 30 |
| Octal | 320 | 44 | 172 | 0 | 123 | 51 | 22 | 512 | 106 | 60 |
| Binary | 11010000 | 100100 | 1111010 | 0 | 1010011 | 101001 | 10010 | 101001010 | 1000110 | 110000 |
Color Harmonies of #D0247A
Complementary color
Monochromatic Colors of #D0247A
Black with #D0247A
Text Example
Text Example
White with #D0247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0247A; }
p { color: rgb(208,36,122); }
H1.HeaderClassName
{
color: #D0247A;
}
.AnyTagClassName
{
color: #D0247A;
}
</style>
background-color css
<style>
a { background-color: #D0247A; }
a { background-color: rgb(208,36,122); }
div.DivClassName
{
background-color: #D0247A;
}
.BgClassName
{
background-color: #D0247A;
}
</style>
border-color css
<style>
span { border-color: #D0247A; }
span { border-color: rgb(208,36,122); }
td.TdClassName
{
border-color: #D0247A;
}
.TagClassName
{
border-color: #D0247A;
}
</style>