Shades of Cerise #D0255A
Tints of Cerise #D0255A
RGB
CMYK
RGB Variations
Color information
#D0255A (or 0xD0255A) is known color: Cerise. HEX triplet: D0, 25 and 5A. RGB value is (208,37,90). Sum of RGB (Red+Green+Blue) = 208+37+90=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D0255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0255A is #2FDAA5. Grayscale: #5E5E5E. Windows color (decimal): -3136166 or 5907920. OLE color: 5907920.
HSL color Cylindrical-coordinate representation of color #D0255A: hue angle of 341.4º 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 #D0255A is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 90 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.18 |
| HSL | 341.4º | 0.7% | 0.48% | - |
| HSV(B) | 341.4º | 0.82% | 0.82% | - |
| XYZ | 28.52 | 15.47 | 11.16 | - |
| YUV | 94.17 | 125.65 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 90 | 0 | 0.82 | 0.57 | 0.18 | 341.4 | 0.7 | 0.48 |
| Hex | D0 | 25 | 5A | 0 | 52 | 39 | 12 | 155 | 46 | 30 |
| Octal | 320 | 45 | 132 | 0 | 122 | 71 | 22 | 525 | 106 | 60 |
| Binary | 11010000 | 100101 | 1011010 | 0 | 1010010 | 111001 | 10010 | 101010101 | 1000110 | 110000 |
Color Harmonies of #D0255A
Complementary color
Monochromatic Colors of #D0255A
Black with #D0255A
Text Example
Text Example
White with #D0255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0255A; }
p { color: rgb(208,37,90); }
H1.HeaderClassName
{
color: #D0255A;
}
.AnyTagClassName
{
color: #D0255A;
}
</style>
background-color css
<style>
a { background-color: #D0255A; }
a { background-color: rgb(208,37,90); }
div.DivClassName
{
background-color: #D0255A;
}
.BgClassName
{
background-color: #D0255A;
}
</style>
border-color css
<style>
span { border-color: #D0255A; }
span { border-color: rgb(208,37,90); }
td.TdClassName
{
border-color: #D0255A;
}
.TagClassName
{
border-color: #D0255A;
}
</style>