Shades of Cerise #D2256F
Tints of Cerise #D2256F
RGB
CMYK
RGB Variations
Color information
#D2256F (or 0xD2256F) is known color: Cerise. HEX triplet: D2, 25 and 6F. RGB value is (210,37,111). Sum of RGB (Red+Green+Blue) = 210+37+111=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D2256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2256F is #2DDA90. Grayscale: #616161. Windows color (decimal): -3005073 or 7284178. OLE color: 7284178.
HSL color Cylindrical-coordinate representation of color #D2256F: hue angle of 334.34º 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 #D2256F is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 111 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.18 |
| HSL | 334.34º | 0.7% | 0.48% | - |
| HSV(B) | 334.34º | 0.82% | 0.82% | - |
| XYZ | 30.11 | 16.17 | 16.57 | - |
| YUV | 97.16 | 135.81 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 111 | 0 | 0.82 | 0.47 | 0.18 | 334.34 | 0.7 | 0.48 |
| Hex | D2 | 25 | 6F | 0 | 52 | 2F | 12 | 14E | 46 | 30 |
| Octal | 322 | 45 | 157 | 0 | 122 | 57 | 22 | 516 | 106 | 60 |
| Binary | 11010010 | 100101 | 1101111 | 0 | 1010010 | 101111 | 10010 | 101001110 | 1000110 | 110000 |
Color Harmonies of #D2256F
Complementary color
Monochromatic Colors of #D2256F
Black with #D2256F
Text Example
Text Example
White with #D2256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2256F; }
p { color: rgb(210,37,111); }
H1.HeaderClassName
{
color: #D2256F;
}
.AnyTagClassName
{
color: #D2256F;
}
</style>
background-color css
<style>
a { background-color: #D2256F; }
a { background-color: rgb(210,37,111); }
div.DivClassName
{
background-color: #D2256F;
}
.BgClassName
{
background-color: #D2256F;
}
</style>
border-color css
<style>
span { border-color: #D2256F; }
span { border-color: rgb(210,37,111); }
td.TdClassName
{
border-color: #D2256F;
}
.TagClassName
{
border-color: #D2256F;
}
</style>