Shades of Deep Cerise #D0247E
Tints of Deep Cerise #D0247E
RGB
CMYK
RGB Variations
Color information
#D0247E (or 0xD0247E) is known color: Deep Cerise. HEX triplet: D0, 24 and 7E. RGB value is (208,36,126). Sum of RGB (Red+Green+Blue) = 208+36+126=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D0247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0247E is #2FDB81. Grayscale: #616161. Windows color (decimal): -3136386 or 8266960. OLE color: 8266960.
HSL color Cylindrical-coordinate representation of color #D0247E: hue angle of 328.6º 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 #D0247E is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 126 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.18 |
| HSL | 328.6º | 0.7% | 0.48% | - |
| HSV(B) | 328.6º | 0.83% | 0.82% | - |
| XYZ | 30.41 | 16.18 | 21.26 | - |
| YUV | 97.69 | 143.98 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 126 | 0 | 0.83 | 0.39 | 0.18 | 328.6 | 0.7 | 0.48 |
| Hex | D0 | 24 | 7E | 0 | 53 | 27 | 12 | 149 | 46 | 30 |
| Octal | 320 | 44 | 176 | 0 | 123 | 47 | 22 | 511 | 106 | 60 |
| Binary | 11010000 | 100100 | 1111110 | 0 | 1010011 | 100111 | 10010 | 101001001 | 1000110 | 110000 |
Color Harmonies of #D0247E
Complementary color
Monochromatic Colors of #D0247E
Black with #D0247E
Text Example
Text Example
White with #D0247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0247E; }
p { color: rgb(208,36,126); }
H1.HeaderClassName
{
color: #D0247E;
}
.AnyTagClassName
{
color: #D0247E;
}
</style>
background-color css
<style>
a { background-color: #D0247E; }
a { background-color: rgb(208,36,126); }
div.DivClassName
{
background-color: #D0247E;
}
.BgClassName
{
background-color: #D0247E;
}
</style>
border-color css
<style>
span { border-color: #D0247E; }
span { border-color: rgb(208,36,126); }
td.TdClassName
{
border-color: #D0247E;
}
.TagClassName
{
border-color: #D0247E;
}
</style>