Shades of Cerise #D03473
Tints of Cerise #D03473
RGB
CMYK
RGB Variations
Color information
#D03473 (or 0xD03473) is known color: Cerise. HEX triplet: D0, 34 and 73. RGB value is (208,52,115). Sum of RGB (Red+Green+Blue) = 208+52+115=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D03473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03473 is #2FCB8C. Grayscale: #696969. Windows color (decimal): -3132301 or 7550160. OLE color: 7550160.
HSL color Cylindrical-coordinate representation of color #D03473: hue angle of 335.77º 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 #D03473 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 115 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.18 |
| HSL | 335.77º | 0.62% | 0.51% | - |
| HSV(B) | 335.77º | 0.75% | 0.82% | - |
| XYZ | 30.33 | 17.1 | 17.92 | - |
| YUV | 105.83 | 133.18 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 115 | 0 | 0.75 | 0.45 | 0.18 | 335.77 | 0.62 | 0.51 |
| Hex | D0 | 34 | 73 | 0 | 4B | 2D | 12 | 150 | 3E | 33 |
| Octal | 320 | 64 | 163 | 0 | 113 | 55 | 22 | 520 | 76 | 63 |
| Binary | 11010000 | 110100 | 1110011 | 0 | 1001011 | 101101 | 10010 | 101010000 | 111110 | 110011 |
Color Harmonies of #D03473
Complementary color
Monochromatic Colors of #D03473
Black with #D03473
Text Example
Text Example
White with #D03473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03473; }
p { color: rgb(208,52,115); }
H1.HeaderClassName
{
color: #D03473;
}
.AnyTagClassName
{
color: #D03473;
}
</style>
background-color css
<style>
a { background-color: #D03473; }
a { background-color: rgb(208,52,115); }
div.DivClassName
{
background-color: #D03473;
}
.BgClassName
{
background-color: #D03473;
}
</style>
border-color css
<style>
span { border-color: #D03473; }
span { border-color: rgb(208,52,115); }
td.TdClassName
{
border-color: #D03473;
}
.TagClassName
{
border-color: #D03473;
}
</style>