Shades of Deep Cerise #D03478
Tints of Deep Cerise #D03478
RGB
CMYK
RGB Variations
Color information
#D03478 (or 0xD03478) is known color: Deep Cerise. HEX triplet: D0, 34 and 78. RGB value is (208,52,120). Sum of RGB (Red+Green+Blue) = 208+52+120=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D03478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03478 is #2FCB87. Grayscale: #6A6A6A. Windows color (decimal): -3132296 or 7877840. OLE color: 7877840.
HSL color Cylindrical-coordinate representation of color #D03478: hue angle of 333.85º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03478 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 120 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.18 |
| HSL | 333.85º | 0.62% | 0.51% | - |
| HSV(B) | 333.85º | 0.75% | 0.82% | - |
| XYZ | 30.63 | 17.22 | 19.48 | - |
| YUV | 106.4 | 135.68 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 120 | 0 | 0.75 | 0.42 | 0.18 | 333.85 | 0.62 | 0.51 |
| Hex | D0 | 34 | 78 | 0 | 4B | 2A | 12 | 14E | 3E | 33 |
| Octal | 320 | 64 | 170 | 0 | 113 | 52 | 22 | 516 | 76 | 63 |
| Binary | 11010000 | 110100 | 1111000 | 0 | 1001011 | 101010 | 10010 | 101001110 | 111110 | 110011 |
Color Harmonies of #D03478
Complementary color
Monochromatic Colors of #D03478
Black with #D03478
Text Example
Text Example
White with #D03478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03478; }
p { color: rgb(208,52,120); }
H1.HeaderClassName
{
color: #D03478;
}
.AnyTagClassName
{
color: #D03478;
}
</style>
background-color css
<style>
a { background-color: #D03478; }
a { background-color: rgb(208,52,120); }
div.DivClassName
{
background-color: #D03478;
}
.BgClassName
{
background-color: #D03478;
}
</style>
border-color css
<style>
span { border-color: #D03478; }
span { border-color: rgb(208,52,120); }
td.TdClassName
{
border-color: #D03478;
}
.TagClassName
{
border-color: #D03478;
}
</style>