Shades of Cerise #D0255D
Tints of Cerise #D0255D
RGB
CMYK
RGB Variations
Color information
#D0255D (or 0xD0255D) is known color: Cerise. HEX triplet: D0, 25 and 5D. RGB value is (208,37,93). Sum of RGB (Red+Green+Blue) = 208+37+93=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D0255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0255D is #2FDAA2. Grayscale: #5E5E5E. Windows color (decimal): -3136163 or 6104528. OLE color: 6104528.
HSL color Cylindrical-coordinate representation of color #D0255D: hue angle of 340.35º 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 #D0255D is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 93 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.18 |
| HSL | 340.35º | 0.7% | 0.48% | - |
| HSV(B) | 340.35º | 0.82% | 0.82% | - |
| XYZ | 28.65 | 15.52 | 11.84 | - |
| YUV | 94.51 | 127.15 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 93 | 0 | 0.82 | 0.55 | 0.18 | 340.35 | 0.7 | 0.48 |
| Hex | D0 | 25 | 5D | 0 | 52 | 37 | 12 | 154 | 46 | 30 |
| Octal | 320 | 45 | 135 | 0 | 122 | 67 | 22 | 524 | 106 | 60 |
| Binary | 11010000 | 100101 | 1011101 | 0 | 1010010 | 110111 | 10010 | 101010100 | 1000110 | 110000 |
Color Harmonies of #D0255D
Complementary color
Monochromatic Colors of #D0255D
Black with #D0255D
Text Example
Text Example
White with #D0255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0255D; }
p { color: rgb(208,37,93); }
H1.HeaderClassName
{
color: #D0255D;
}
.AnyTagClassName
{
color: #D0255D;
}
</style>
background-color css
<style>
a { background-color: #D0255D; }
a { background-color: rgb(208,37,93); }
div.DivClassName
{
background-color: #D0255D;
}
.BgClassName
{
background-color: #D0255D;
}
</style>
border-color css
<style>
span { border-color: #D0255D; }
span { border-color: rgb(208,37,93); }
td.TdClassName
{
border-color: #D0255D;
}
.TagClassName
{
border-color: #D0255D;
}
</style>