Shades of Cerise #D2305E
Tints of Cerise #D2305E
RGB
CMYK
RGB Variations
Color information
#D2305E (or 0xD2305E) is known color: Cerise. HEX triplet: D2, 30 and 5E. RGB value is (210,48,94). Sum of RGB (Red+Green+Blue) = 210+48+94=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D2305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2305E is #2DCFA1. Grayscale: #656565. Windows color (decimal): -3002274 or 6172882. OLE color: 6172882.
HSL color Cylindrical-coordinate representation of color #D2305E: hue angle of 342.96º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2305E is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 94 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.18 |
| HSL | 342.96º | 0.64% | 0.51% | - |
| HSV(B) | 342.96º | 0.77% | 0.82% | - |
| XYZ | 29.66 | 16.62 | 12.24 | - |
| YUV | 101.68 | 123.67 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 94 | 0 | 0.77 | 0.55 | 0.18 | 342.96 | 0.64 | 0.51 |
| Hex | D2 | 30 | 5E | 0 | 4D | 37 | 12 | 157 | 40 | 33 |
| Octal | 322 | 60 | 136 | 0 | 115 | 67 | 22 | 527 | 100 | 63 |
| Binary | 11010010 | 110000 | 1011110 | 0 | 1001101 | 110111 | 10010 | 101010111 | 1000000 | 110011 |
Color Harmonies of #D2305E
Complementary color
Monochromatic Colors of #D2305E
Black with #D2305E
Text Example
Text Example
White with #D2305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2305E; }
p { color: rgb(210,48,94); }
H1.HeaderClassName
{
color: #D2305E;
}
.AnyTagClassName
{
color: #D2305E;
}
</style>
background-color css
<style>
a { background-color: #D2305E; }
a { background-color: rgb(210,48,94); }
div.DivClassName
{
background-color: #D2305E;
}
.BgClassName
{
background-color: #D2305E;
}
</style>
border-color css
<style>
span { border-color: #D2305E; }
span { border-color: rgb(210,48,94); }
td.TdClassName
{
border-color: #D2305E;
}
.TagClassName
{
border-color: #D2305E;
}
</style>