Shades of Deep Cerise #D0247D
Tints of Deep Cerise #D0247D
RGB
CMYK
RGB Variations
Color information
#D0247D (or 0xD0247D) is known color: Deep Cerise. HEX triplet: D0, 24 and 7D. RGB value is (208,36,125). Sum of RGB (Red+Green+Blue) = 208+36+125=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0247D is #2FDB82. Grayscale: #616161. Windows color (decimal): -3136387 or 8201424. OLE color: 8201424.
HSL color Cylindrical-coordinate representation of color #D0247D: hue angle of 328.95º 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 #D0247D is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 125 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.18 |
| HSL | 328.95º | 0.7% | 0.48% | - |
| HSV(B) | 328.95º | 0.83% | 0.82% | - |
| XYZ | 30.34 | 16.15 | 20.92 | - |
| YUV | 97.57 | 143.48 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 125 | 0 | 0.83 | 0.40 | 0.18 | 328.95 | 0.7 | 0.48 |
| Hex | D0 | 24 | 7D | 0 | 53 | 28 | 12 | 149 | 46 | 30 |
| Octal | 320 | 44 | 175 | 0 | 123 | 50 | 22 | 511 | 106 | 60 |
| Binary | 11010000 | 100100 | 1111101 | 0 | 1010011 | 101000 | 10010 | 101001001 | 1000110 | 110000 |
Color Harmonies of #D0247D
Complementary color
Monochromatic Colors of #D0247D
Black with #D0247D
Text Example
Text Example
White with #D0247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0247D; }
p { color: rgb(208,36,125); }
H1.HeaderClassName
{
color: #D0247D;
}
.AnyTagClassName
{
color: #D0247D;
}
</style>
background-color css
<style>
a { background-color: #D0247D; }
a { background-color: rgb(208,36,125); }
div.DivClassName
{
background-color: #D0247D;
}
.BgClassName
{
background-color: #D0247D;
}
</style>
border-color css
<style>
span { border-color: #D0247D; }
span { border-color: rgb(208,36,125); }
td.TdClassName
{
border-color: #D0247D;
}
.TagClassName
{
border-color: #D0247D;
}
</style>