Shades of Deep Cerise #D0247F
Tints of Deep Cerise #D0247F
RGB
CMYK
RGB Variations
Color information
#D0247F (or 0xD0247F) is known color: Deep Cerise. HEX triplet: D0, 24 and 7F. RGB value is (208,36,127). Sum of RGB (Red+Green+Blue) = 208+36+127=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0247F is #2FDB80. Grayscale: #616161. Windows color (decimal): -3136385 or 8332496. OLE color: 8332496.
HSL color Cylindrical-coordinate representation of color #D0247F: hue angle of 328.26º 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 #D0247F is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 127 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.18 |
| HSL | 328.26º | 0.7% | 0.48% | - |
| HSV(B) | 328.26º | 0.83% | 0.82% | - |
| XYZ | 30.47 | 16.2 | 21.6 | - |
| YUV | 97.8 | 144.48 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 127 | 0 | 0.83 | 0.39 | 0.18 | 328.26 | 0.7 | 0.48 |
| Hex | D0 | 24 | 7F | 0 | 53 | 27 | 12 | 148 | 46 | 30 |
| Octal | 320 | 44 | 177 | 0 | 123 | 47 | 22 | 510 | 106 | 60 |
| Binary | 11010000 | 100100 | 1111111 | 0 | 1010011 | 100111 | 10010 | 101001000 | 1000110 | 110000 |
Color Harmonies of #D0247F
Complementary color
Monochromatic Colors of #D0247F
Black with #D0247F
Text Example
Text Example
White with #D0247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0247F; }
p { color: rgb(208,36,127); }
H1.HeaderClassName
{
color: #D0247F;
}
.AnyTagClassName
{
color: #D0247F;
}
</style>
background-color css
<style>
a { background-color: #D0247F; }
a { background-color: rgb(208,36,127); }
div.DivClassName
{
background-color: #D0247F;
}
.BgClassName
{
background-color: #D0247F;
}
</style>
border-color css
<style>
span { border-color: #D0247F; }
span { border-color: rgb(208,36,127); }
td.TdClassName
{
border-color: #D0247F;
}
.TagClassName
{
border-color: #D0247F;
}
</style>