Shades of Cerise #D2255F
Tints of Cerise #D2255F
RGB
CMYK
RGB Variations
Color information
#D2255F (or 0xD2255F) is known color: Cerise. HEX triplet: D2, 25 and 5F. RGB value is (210,37,95). Sum of RGB (Red+Green+Blue) = 210+37+95=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D2255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2255F is #2DDAA0. Grayscale: #5F5F5F. Windows color (decimal): -3005089 or 6235602. OLE color: 6235602.
HSL color Cylindrical-coordinate representation of color #D2255F: hue angle of 339.88º 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 #D2255F is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 95 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.18 |
| HSL | 339.88º | 0.7% | 0.48% | - |
| HSV(B) | 339.88º | 0.82% | 0.82% | - |
| XYZ | 29.31 | 15.85 | 12.34 | - |
| YUV | 95.34 | 127.81 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 95 | 0 | 0.82 | 0.55 | 0.18 | 339.88 | 0.7 | 0.48 |
| Hex | D2 | 25 | 5F | 0 | 52 | 37 | 12 | 154 | 46 | 30 |
| Octal | 322 | 45 | 137 | 0 | 122 | 67 | 22 | 524 | 106 | 60 |
| Binary | 11010010 | 100101 | 1011111 | 0 | 1010010 | 110111 | 10010 | 101010100 | 1000110 | 110000 |
Color Harmonies of #D2255F
Complementary color
Monochromatic Colors of #D2255F
Black with #D2255F
Text Example
Text Example
White with #D2255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2255F; }
p { color: rgb(210,37,95); }
H1.HeaderClassName
{
color: #D2255F;
}
.AnyTagClassName
{
color: #D2255F;
}
</style>
background-color css
<style>
a { background-color: #D2255F; }
a { background-color: rgb(210,37,95); }
div.DivClassName
{
background-color: #D2255F;
}
.BgClassName
{
background-color: #D2255F;
}
</style>
border-color css
<style>
span { border-color: #D2255F; }
span { border-color: rgb(210,37,95); }
td.TdClassName
{
border-color: #D2255F;
}
.TagClassName
{
border-color: #D2255F;
}
</style>