Shades of Cerise #D03A5E
Tints of Cerise #D03A5E
RGB
CMYK
RGB Variations
Color information
#D03A5E (or 0xD03A5E) is known color: Cerise. HEX triplet: D0, 3A and 5E. RGB value is (208,58,94). Sum of RGB (Red+Green+Blue) = 208+58+94=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03A5E is #2FC5A1. Grayscale: #6A6A6A. Windows color (decimal): -3130786 or 6175440. OLE color: 6175440.
HSL color Cylindrical-coordinate representation of color #D03A5E: hue angle of 345.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03A5E is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 94 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.18 |
| HSL | 345.6º | 0.61% | 0.52% | - |
| HSV(B) | 345.6º | 0.72% | 0.82% | - |
| XYZ | 29.55 | 17.24 | 12.36 | - |
| YUV | 106.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 94 | 0 | 0.72 | 0.55 | 0.18 | 345.6 | 0.61 | 0.52 |
| Hex | D0 | 3A | 5E | 0 | 48 | 37 | 12 | 15A | 3D | 34 |
| Octal | 320 | 72 | 136 | 0 | 110 | 67 | 22 | 532 | 75 | 64 |
| Binary | 11010000 | 111010 | 1011110 | 0 | 1001000 | 110111 | 10010 | 101011010 | 111101 | 110100 |
Color Harmonies of #D03A5E
Complementary color
Monochromatic Colors of #D03A5E
Black with #D03A5E
Text Example
Text Example
White with #D03A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03A5E; }
p { color: rgb(208,58,94); }
H1.HeaderClassName
{
color: #D03A5E;
}
.AnyTagClassName
{
color: #D03A5E;
}
</style>
background-color css
<style>
a { background-color: #D03A5E; }
a { background-color: rgb(208,58,94); }
div.DivClassName
{
background-color: #D03A5E;
}
.BgClassName
{
background-color: #D03A5E;
}
</style>
border-color css
<style>
span { border-color: #D03A5E; }
span { border-color: rgb(208,58,94); }
td.TdClassName
{
border-color: #D03A5E;
}
.TagClassName
{
border-color: #D03A5E;
}
</style>