Shades of Cerise #D0255E
Tints of Cerise #D0255E
RGB
CMYK
RGB Variations
Color information
#D0255E (or 0xD0255E) is known color: Cerise. HEX triplet: D0, 25 and 5E. RGB value is (208,37,94). Sum of RGB (Red+Green+Blue) = 208+37+94=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0255E is #2FDAA1. Grayscale: #5E5E5E. Windows color (decimal): -3136162 or 6170064. OLE color: 6170064.
HSL color Cylindrical-coordinate representation of color #D0255E: hue angle of 340º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0255E is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 94 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.18 |
| HSL | 340º | 0.7% | 0.48% | - |
| HSV(B) | 340º | 0.82% | 0.82% | - |
| XYZ | 28.69 | 15.54 | 12.08 | - |
| YUV | 94.63 | 127.65 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 94 | 0 | 0.82 | 0.55 | 0.18 | 340 | 0.7 | 0.48 |
| Hex | D0 | 25 | 5E | 0 | 52 | 37 | 12 | 154 | 46 | 30 |
| Octal | 320 | 45 | 136 | 0 | 122 | 67 | 22 | 524 | 106 | 60 |
| Binary | 11010000 | 100101 | 1011110 | 0 | 1010010 | 110111 | 10010 | 101010100 | 1000110 | 110000 |
Color Harmonies of #D0255E
Complementary color
Monochromatic Colors of #D0255E
Black with #D0255E
Text Example
Text Example
White with #D0255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0255E; }
p { color: rgb(208,37,94); }
H1.HeaderClassName
{
color: #D0255E;
}
.AnyTagClassName
{
color: #D0255E;
}
</style>
background-color css
<style>
a { background-color: #D0255E; }
a { background-color: rgb(208,37,94); }
div.DivClassName
{
background-color: #D0255E;
}
.BgClassName
{
background-color: #D0255E;
}
</style>
border-color css
<style>
span { border-color: #D0255E; }
span { border-color: rgb(208,37,94); }
td.TdClassName
{
border-color: #D0255E;
}
.TagClassName
{
border-color: #D0255E;
}
</style>