Shades of Cerise #D03963
Tints of Cerise #D03963
RGB
CMYK
RGB Variations
Color information
#D03963 (or 0xD03963) is known color: Cerise. HEX triplet: D0, 39 and 63. RGB value is (208,57,99). Sum of RGB (Red+Green+Blue) = 208+57+99=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D03963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03963 is #2FC69C. Grayscale: #6A6A6A. Windows color (decimal): -3131037 or 6502864. OLE color: 6502864.
HSL color Cylindrical-coordinate representation of color #D03963: hue angle of 343.31º 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 #D03963 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 99 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.18 |
| HSL | 343.31º | 0.62% | 0.52% | - |
| HSV(B) | 343.31º | 0.73% | 0.82% | - |
| XYZ | 29.73 | 17.24 | 13.56 | - |
| YUV | 106.94 | 123.53 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 99 | 0 | 0.73 | 0.52 | 0.18 | 343.31 | 0.62 | 0.52 |
| Hex | D0 | 39 | 63 | 0 | 49 | 34 | 12 | 157 | 3E | 34 |
| Octal | 320 | 71 | 143 | 0 | 111 | 64 | 22 | 527 | 76 | 64 |
| Binary | 11010000 | 111001 | 1100011 | 0 | 1001001 | 110100 | 10010 | 101010111 | 111110 | 110100 |
Color Harmonies of #D03963
Complementary color
Monochromatic Colors of #D03963
Black with #D03963
Text Example
Text Example
White with #D03963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03963; }
p { color: rgb(208,57,99); }
H1.HeaderClassName
{
color: #D03963;
}
.AnyTagClassName
{
color: #D03963;
}
</style>
background-color css
<style>
a { background-color: #D03963; }
a { background-color: rgb(208,57,99); }
div.DivClassName
{
background-color: #D03963;
}
.BgClassName
{
background-color: #D03963;
}
</style>
border-color css
<style>
span { border-color: #D03963; }
span { border-color: rgb(208,57,99); }
td.TdClassName
{
border-color: #D03963;
}
.TagClassName
{
border-color: #D03963;
}
</style>