Shades of Cerise #D02857
Tints of Cerise #D02857
RGB
CMYK
RGB Variations
Color information
#D02857 (or 0xD02857) is known color: Cerise. HEX triplet: D0, 28 and 57. RGB value is (208,40,87). Sum of RGB (Red+Green+Blue) = 208+40+87=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D02857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02857 is #2FD7A8. Grayscale: #5F5F5F. Windows color (decimal): -3135401 or 5712080. OLE color: 5712080.
HSL color Cylindrical-coordinate representation of color #D02857: hue angle of 343.21º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02857 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 87 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.18 |
| HSL | 343.21º | 0.68% | 0.49% | - |
| HSV(B) | 343.21º | 0.81% | 0.82% | - |
| XYZ | 28.49 | 15.62 | 10.53 | - |
| YUV | 95.59 | 123.16 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 87 | 0 | 0.81 | 0.58 | 0.18 | 343.21 | 0.68 | 0.49 |
| Hex | D0 | 28 | 57 | 0 | 51 | 3A | 12 | 157 | 44 | 31 |
| Octal | 320 | 50 | 127 | 0 | 121 | 72 | 22 | 527 | 104 | 61 |
| Binary | 11010000 | 101000 | 1010111 | 0 | 1010001 | 111010 | 10010 | 101010111 | 1000100 | 110001 |
Color Harmonies of #D02857
Complementary color
Monochromatic Colors of #D02857
Black with #D02857
Text Example
Text Example
White with #D02857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02857; }
p { color: rgb(208,40,87); }
H1.HeaderClassName
{
color: #D02857;
}
.AnyTagClassName
{
color: #D02857;
}
</style>
background-color css
<style>
a { background-color: #D02857; }
a { background-color: rgb(208,40,87); }
div.DivClassName
{
background-color: #D02857;
}
.BgClassName
{
background-color: #D02857;
}
</style>
border-color css
<style>
span { border-color: #D02857; }
span { border-color: rgb(208,40,87); }
td.TdClassName
{
border-color: #D02857;
}
.TagClassName
{
border-color: #D02857;
}
</style>