Shades of Cerise #D0245B
Tints of Cerise #D0245B
RGB
CMYK
RGB Variations
Color information
#D0245B (or 0xD0245B) is known color: Cerise. HEX triplet: D0, 24 and 5B. RGB value is (208,36,91). Sum of RGB (Red+Green+Blue) = 208+36+91=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D0245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0245B is #2FDBA4. Grayscale: #5D5D5D. Windows color (decimal): -3136421 or 5973200. OLE color: 5973200.
HSL color Cylindrical-coordinate representation of color #D0245B: hue angle of 340.81º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0245B is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 91 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.18 |
| HSL | 340.81º | 0.7% | 0.48% | - |
| HSV(B) | 340.81º | 0.83% | 0.82% | - |
| XYZ | 28.53 | 15.43 | 11.37 | - |
| YUV | 93.7 | 126.48 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 91 | 0 | 0.83 | 0.56 | 0.18 | 340.81 | 0.7 | 0.48 |
| Hex | D0 | 24 | 5B | 0 | 53 | 38 | 12 | 155 | 46 | 30 |
| Octal | 320 | 44 | 133 | 0 | 123 | 70 | 22 | 525 | 106 | 60 |
| Binary | 11010000 | 100100 | 1011011 | 0 | 1010011 | 111000 | 10010 | 101010101 | 1000110 | 110000 |
Color Harmonies of #D0245B
Complementary color
Monochromatic Colors of #D0245B
Black with #D0245B
Text Example
Text Example
White with #D0245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0245B; }
p { color: rgb(208,36,91); }
H1.HeaderClassName
{
color: #D0245B;
}
.AnyTagClassName
{
color: #D0245B;
}
</style>
background-color css
<style>
a { background-color: #D0245B; }
a { background-color: rgb(208,36,91); }
div.DivClassName
{
background-color: #D0245B;
}
.BgClassName
{
background-color: #D0245B;
}
</style>
border-color css
<style>
span { border-color: #D0245B; }
span { border-color: rgb(208,36,91); }
td.TdClassName
{
border-color: #D0245B;
}
.TagClassName
{
border-color: #D0245B;
}
</style>