Shades of Cerise #D0255C
Tints of Cerise #D0255C
RGB
CMYK
RGB Variations
Color information
#D0255C (or 0xD0255C) is known color: Cerise. HEX triplet: D0, 25 and 5C. RGB value is (208,37,92). Sum of RGB (Red+Green+Blue) = 208+37+92=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0255C is #2FDAA3. Grayscale: #5E5E5E. Windows color (decimal): -3136164 or 6038992. OLE color: 6038992.
HSL color Cylindrical-coordinate representation of color #D0255C: hue angle of 340.7º 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 #D0255C is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 92 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.18 |
| HSL | 340.7º | 0.7% | 0.48% | - |
| HSV(B) | 340.7º | 0.82% | 0.82% | - |
| XYZ | 28.61 | 15.51 | 11.61 | - |
| YUV | 94.4 | 126.65 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 92 | 0 | 0.82 | 0.56 | 0.18 | 340.7 | 0.7 | 0.48 |
| Hex | D0 | 25 | 5C | 0 | 52 | 38 | 12 | 155 | 46 | 30 |
| Octal | 320 | 45 | 134 | 0 | 122 | 70 | 22 | 525 | 106 | 60 |
| Binary | 11010000 | 100101 | 1011100 | 0 | 1010010 | 111000 | 10010 | 101010101 | 1000110 | 110000 |
Color Harmonies of #D0255C
Complementary color
Monochromatic Colors of #D0255C
Black with #D0255C
Text Example
Text Example
White with #D0255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0255C; }
p { color: rgb(208,37,92); }
H1.HeaderClassName
{
color: #D0255C;
}
.AnyTagClassName
{
color: #D0255C;
}
</style>
background-color css
<style>
a { background-color: #D0255C; }
a { background-color: rgb(208,37,92); }
div.DivClassName
{
background-color: #D0255C;
}
.BgClassName
{
background-color: #D0255C;
}
</style>
border-color css
<style>
span { border-color: #D0255C; }
span { border-color: rgb(208,37,92); }
td.TdClassName
{
border-color: #D0255C;
}
.TagClassName
{
border-color: #D0255C;
}
</style>