Shades of Cerise #D03D5E
Tints of Cerise #D03D5E
RGB
CMYK
RGB Variations
Color information
#D03D5E (or 0xD03D5E) is known color: Cerise. HEX triplet: D0, 3D and 5E. RGB value is (208,61,94). Sum of RGB (Red+Green+Blue) = 208+61+94=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03D5E is #2FC2A1. Grayscale: #6C6C6C. Windows color (decimal): -3130018 or 6176208. OLE color: 6176208.
HSL color Cylindrical-coordinate representation of color #D03D5E: hue angle of 346.53º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03D5E is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 94 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.18 |
| HSL | 346.53º | 0.61% | 0.53% | - |
| HSV(B) | 346.53º | 0.71% | 0.82% | - |
| XYZ | 29.7 | 17.56 | 12.41 | - |
| YUV | 108.72 | 119.7 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 94 | 0 | 0.71 | 0.55 | 0.18 | 346.53 | 0.61 | 0.53 |
| Hex | D0 | 3D | 5E | 0 | 47 | 37 | 12 | 15B | 3D | 35 |
| Octal | 320 | 75 | 136 | 0 | 107 | 67 | 22 | 533 | 75 | 65 |
| Binary | 11010000 | 111101 | 1011110 | 0 | 1000111 | 110111 | 10010 | 101011011 | 111101 | 110101 |
Color Harmonies of #D03D5E
Complementary color
Monochromatic Colors of #D03D5E
Black with #D03D5E
Text Example
Text Example
White with #D03D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D5E; }
p { color: rgb(208,61,94); }
H1.HeaderClassName
{
color: #D03D5E;
}
.AnyTagClassName
{
color: #D03D5E;
}
</style>
background-color css
<style>
a { background-color: #D03D5E; }
a { background-color: rgb(208,61,94); }
div.DivClassName
{
background-color: #D03D5E;
}
.BgClassName
{
background-color: #D03D5E;
}
</style>
border-color css
<style>
span { border-color: #D03D5E; }
span { border-color: rgb(208,61,94); }
td.TdClassName
{
border-color: #D03D5E;
}
.TagClassName
{
border-color: #D03D5E;
}
</style>