Shades of Cerise #D03264
Tints of Cerise #D03264
RGB
CMYK
RGB Variations
Color information
#D03264 (or 0xD03264) is known color: Cerise. HEX triplet: D0, 32 and 64. RGB value is (208,50,100). Sum of RGB (Red+Green+Blue) = 208+50+100=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D03264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03264 is #2FCD9B. Grayscale: #666666. Windows color (decimal): -3132828 or 6566608. OLE color: 6566608.
HSL color Cylindrical-coordinate representation of color #D03264: hue angle of 341.01º 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 #D03264 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 100 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.18 |
| HSL | 341.01º | 0.63% | 0.51% | - |
| HSV(B) | 341.01º | 0.76% | 0.82% | - |
| XYZ | 29.45 | 16.61 | 13.71 | - |
| YUV | 102.94 | 126.35 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 100 | 0 | 0.76 | 0.52 | 0.18 | 341.01 | 0.63 | 0.51 |
| Hex | D0 | 32 | 64 | 0 | 4C | 34 | 12 | 155 | 3F | 33 |
| Octal | 320 | 62 | 144 | 0 | 114 | 64 | 22 | 525 | 77 | 63 |
| Binary | 11010000 | 110010 | 1100100 | 0 | 1001100 | 110100 | 10010 | 101010101 | 111111 | 110011 |
Color Harmonies of #D03264
Complementary color
Monochromatic Colors of #D03264
Black with #D03264
Text Example
Text Example
White with #D03264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03264; }
p { color: rgb(208,50,100); }
H1.HeaderClassName
{
color: #D03264;
}
.AnyTagClassName
{
color: #D03264;
}
</style>
background-color css
<style>
a { background-color: #D03264; }
a { background-color: rgb(208,50,100); }
div.DivClassName
{
background-color: #D03264;
}
.BgClassName
{
background-color: #D03264;
}
</style>
border-color css
<style>
span { border-color: #D03264; }
span { border-color: rgb(208,50,100); }
td.TdClassName
{
border-color: #D03264;
}
.TagClassName
{
border-color: #D03264;
}
</style>