Shades of Deep Cerise #D0247B
Tints of Deep Cerise #D0247B
RGB
CMYK
RGB Variations
Color information
#D0247B (or 0xD0247B) is known color: Deep Cerise. HEX triplet: D0, 24 and 7B. RGB value is (208,36,123). Sum of RGB (Red+Green+Blue) = 208+36+123=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0247B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0247B is #2FDB84. Grayscale: #616161. Windows color (decimal): -3136389 or 8070352. OLE color: 8070352.
HSL color Cylindrical-coordinate representation of color #D0247B: hue angle of 329.65º 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 #D0247B is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 123 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.18 |
| HSL | 329.65º | 0.7% | 0.48% | - |
| HSV(B) | 329.65º | 0.83% | 0.82% | - |
| XYZ | 30.22 | 16.1 | 20.25 | - |
| YUV | 97.35 | 142.48 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 123 | 0 | 0.83 | 0.41 | 0.18 | 329.65 | 0.7 | 0.48 |
| Hex | D0 | 24 | 7B | 0 | 53 | 29 | 12 | 14A | 46 | 30 |
| Octal | 320 | 44 | 173 | 0 | 123 | 51 | 22 | 512 | 106 | 60 |
| Binary | 11010000 | 100100 | 1111011 | 0 | 1010011 | 101001 | 10010 | 101001010 | 1000110 | 110000 |
Color Harmonies of #D0247B
Complementary color
Monochromatic Colors of #D0247B
Black with #D0247B
Text Example
Text Example
White with #D0247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0247B; }
p { color: rgb(208,36,123); }
H1.HeaderClassName
{
color: #D0247B;
}
.AnyTagClassName
{
color: #D0247B;
}
</style>
background-color css
<style>
a { background-color: #D0247B; }
a { background-color: rgb(208,36,123); }
div.DivClassName
{
background-color: #D0247B;
}
.BgClassName
{
background-color: #D0247B;
}
</style>
border-color css
<style>
span { border-color: #D0247B; }
span { border-color: rgb(208,36,123); }
td.TdClassName
{
border-color: #D0247B;
}
.TagClassName
{
border-color: #D0247B;
}
</style>