Shades of Cerise #D03263
Tints of Cerise #D03263
RGB
CMYK
RGB Variations
Color information
#D03263 (or 0xD03263) is known color: Cerise. HEX triplet: D0, 32 and 63. RGB value is (208,50,99). Sum of RGB (Red+Green+Blue) = 208+50+99=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D03263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03263 is #2FCD9C. Grayscale: #666666. Windows color (decimal): -3132829 or 6501072. OLE color: 6501072.
HSL color Cylindrical-coordinate representation of color #D03263: hue angle of 341.39º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03263 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 99 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.18 |
| HSL | 341.39º | 0.63% | 0.51% | - |
| HSV(B) | 341.39º | 0.76% | 0.82% | - |
| XYZ | 29.41 | 16.59 | 13.46 | - |
| YUV | 102.83 | 125.85 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 99 | 0 | 0.76 | 0.52 | 0.18 | 341.39 | 0.63 | 0.51 |
| Hex | D0 | 32 | 63 | 0 | 4C | 34 | 12 | 155 | 3F | 33 |
| Octal | 320 | 62 | 143 | 0 | 114 | 64 | 22 | 525 | 77 | 63 |
| Binary | 11010000 | 110010 | 1100011 | 0 | 1001100 | 110100 | 10010 | 101010101 | 111111 | 110011 |
Color Harmonies of #D03263
Complementary color
Monochromatic Colors of #D03263
Black with #D03263
Text Example
Text Example
White with #D03263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03263; }
p { color: rgb(208,50,99); }
H1.HeaderClassName
{
color: #D03263;
}
.AnyTagClassName
{
color: #D03263;
}
</style>
background-color css
<style>
a { background-color: #D03263; }
a { background-color: rgb(208,50,99); }
div.DivClassName
{
background-color: #D03263;
}
.BgClassName
{
background-color: #D03263;
}
</style>
border-color css
<style>
span { border-color: #D03263; }
span { border-color: rgb(208,50,99); }
td.TdClassName
{
border-color: #D03263;
}
.TagClassName
{
border-color: #D03263;
}
</style>