Shades of Cerise #D2255D
Tints of Cerise #D2255D
RGB
CMYK
RGB Variations
Color information
#D2255D (or 0xD2255D) is known color: Cerise. HEX triplet: D2, 25 and 5D. RGB value is (210,37,93). Sum of RGB (Red+Green+Blue) = 210+37+93=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D2255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2255D is #2DDAA2. Grayscale: #5F5F5F. Windows color (decimal): -3005091 or 6104530. OLE color: 6104530.
HSL color Cylindrical-coordinate representation of color #D2255D: hue angle of 340.58º 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 #D2255D is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 93 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.18 |
| HSL | 340.58º | 0.7% | 0.48% | - |
| HSV(B) | 340.58º | 0.82% | 0.82% | - |
| XYZ | 29.22 | 15.82 | 11.87 | - |
| YUV | 95.11 | 126.81 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 93 | 0 | 0.82 | 0.56 | 0.18 | 340.58 | 0.7 | 0.48 |
| Hex | D2 | 25 | 5D | 0 | 52 | 38 | 12 | 155 | 46 | 30 |
| Octal | 322 | 45 | 135 | 0 | 122 | 70 | 22 | 525 | 106 | 60 |
| Binary | 11010010 | 100101 | 1011101 | 0 | 1010010 | 111000 | 10010 | 101010101 | 1000110 | 110000 |
Color Harmonies of #D2255D
Complementary color
Monochromatic Colors of #D2255D
Black with #D2255D
Text Example
Text Example
White with #D2255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2255D; }
p { color: rgb(210,37,93); }
H1.HeaderClassName
{
color: #D2255D;
}
.AnyTagClassName
{
color: #D2255D;
}
</style>
background-color css
<style>
a { background-color: #D2255D; }
a { background-color: rgb(210,37,93); }
div.DivClassName
{
background-color: #D2255D;
}
.BgClassName
{
background-color: #D2255D;
}
</style>
border-color css
<style>
span { border-color: #D2255D; }
span { border-color: rgb(210,37,93); }
td.TdClassName
{
border-color: #D2255D;
}
.TagClassName
{
border-color: #D2255D;
}
</style>