Shades of Cerise #D03B5E
Tints of Cerise #D03B5E
RGB
CMYK
RGB Variations
Color information
#D03B5E (or 0xD03B5E) is known color: Cerise. HEX triplet: D0, 3B and 5E. RGB value is (208,59,94). Sum of RGB (Red+Green+Blue) = 208+59+94=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03B5E is #2FC4A1. Grayscale: #6B6B6B. Windows color (decimal): -3130530 or 6175696. OLE color: 6175696.
HSL color Cylindrical-coordinate representation of color #D03B5E: hue angle of 345.91º 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 #D03B5E is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 94 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.18 |
| HSL | 345.91º | 0.61% | 0.52% | - |
| HSV(B) | 345.91º | 0.72% | 0.82% | - |
| XYZ | 29.6 | 17.35 | 12.38 | - |
| YUV | 107.54 | 120.36 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 94 | 0 | 0.72 | 0.55 | 0.18 | 345.91 | 0.61 | 0.52 |
| Hex | D0 | 3B | 5E | 0 | 48 | 37 | 12 | 15A | 3D | 34 |
| Octal | 320 | 73 | 136 | 0 | 110 | 67 | 22 | 532 | 75 | 64 |
| Binary | 11010000 | 111011 | 1011110 | 0 | 1001000 | 110111 | 10010 | 101011010 | 111101 | 110100 |
Color Harmonies of #D03B5E
Complementary color
Monochromatic Colors of #D03B5E
Black with #D03B5E
Text Example
Text Example
White with #D03B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03B5E; }
p { color: rgb(208,59,94); }
H1.HeaderClassName
{
color: #D03B5E;
}
.AnyTagClassName
{
color: #D03B5E;
}
</style>
background-color css
<style>
a { background-color: #D03B5E; }
a { background-color: rgb(208,59,94); }
div.DivClassName
{
background-color: #D03B5E;
}
.BgClassName
{
background-color: #D03B5E;
}
</style>
border-color css
<style>
span { border-color: #D03B5E; }
span { border-color: rgb(208,59,94); }
td.TdClassName
{
border-color: #D03B5E;
}
.TagClassName
{
border-color: #D03B5E;
}
</style>