Shades of Cerise #D03257
Tints of Cerise #D03257
RGB
CMYK
RGB Variations
Color information
#D03257 (or 0xD03257) is known color: Cerise. HEX triplet: D0, 32 and 57. RGB value is (208,50,87). Sum of RGB (Red+Green+Blue) = 208+50+87=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D03257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03257 is #2FCDA8. Grayscale: #656565. Windows color (decimal): -3132841 or 5714640. OLE color: 5714640.
HSL color Cylindrical-coordinate representation of color #D03257: hue angle of 345.95º 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 #D03257 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 87 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.18 |
| HSL | 345.95º | 0.63% | 0.51% | - |
| HSV(B) | 345.95º | 0.76% | 0.82% | - |
| XYZ | 28.87 | 16.38 | 10.66 | - |
| YUV | 101.46 | 119.85 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 87 | 0 | 0.76 | 0.58 | 0.18 | 345.95 | 0.63 | 0.51 |
| Hex | D0 | 32 | 57 | 0 | 4C | 3A | 12 | 15A | 3F | 33 |
| Octal | 320 | 62 | 127 | 0 | 114 | 72 | 22 | 532 | 77 | 63 |
| Binary | 11010000 | 110010 | 1010111 | 0 | 1001100 | 111010 | 10010 | 101011010 | 111111 | 110011 |
Color Harmonies of #D03257
Complementary color
Monochromatic Colors of #D03257
Black with #D03257
Text Example
Text Example
White with #D03257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03257; }
p { color: rgb(208,50,87); }
H1.HeaderClassName
{
color: #D03257;
}
.AnyTagClassName
{
color: #D03257;
}
</style>
background-color css
<style>
a { background-color: #D03257; }
a { background-color: rgb(208,50,87); }
div.DivClassName
{
background-color: #D03257;
}
.BgClassName
{
background-color: #D03257;
}
</style>
border-color css
<style>
span { border-color: #D03257; }
span { border-color: rgb(208,50,87); }
td.TdClassName
{
border-color: #D03257;
}
.TagClassName
{
border-color: #D03257;
}
</style>