Shades of Cerise #D03958
Tints of Cerise #D03958
RGB
CMYK
RGB Variations
Color information
#D03958 (or 0xD03958) is known color: Cerise. HEX triplet: D0, 39 and 58. RGB value is (208,57,88). Sum of RGB (Red+Green+Blue) = 208+57+88=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D03958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03958 is #2FC6A7. Grayscale: #696969. Windows color (decimal): -3131048 or 5781968. OLE color: 5781968.
HSL color Cylindrical-coordinate representation of color #D03958: hue angle of 347.68º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D03958 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 88 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.18 |
| HSL | 347.68º | 0.62% | 0.52% | - |
| HSV(B) | 347.68º | 0.73% | 0.82% | - |
| XYZ | 29.24 | 17.04 | 10.98 | - |
| YUV | 105.68 | 118.03 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 88 | 0 | 0.73 | 0.58 | 0.18 | 347.68 | 0.62 | 0.52 |
| Hex | D0 | 39 | 58 | 0 | 49 | 3A | 12 | 15C | 3E | 34 |
| Octal | 320 | 71 | 130 | 0 | 111 | 72 | 22 | 534 | 76 | 64 |
| Binary | 11010000 | 111001 | 1011000 | 0 | 1001001 | 111010 | 10010 | 101011100 | 111110 | 110100 |
Color Harmonies of #D03958
Complementary color
Monochromatic Colors of #D03958
Black with #D03958
Text Example
Text Example
White with #D03958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03958; }
p { color: rgb(208,57,88); }
H1.HeaderClassName
{
color: #D03958;
}
.AnyTagClassName
{
color: #D03958;
}
</style>
background-color css
<style>
a { background-color: #D03958; }
a { background-color: rgb(208,57,88); }
div.DivClassName
{
background-color: #D03958;
}
.BgClassName
{
background-color: #D03958;
}
</style>
border-color css
<style>
span { border-color: #D03958; }
span { border-color: rgb(208,57,88); }
td.TdClassName
{
border-color: #D03958;
}
.TagClassName
{
border-color: #D03958;
}
</style>