Shades of Cerise #D2365F
Tints of Cerise #D2365F
RGB
CMYK
RGB Variations
Color information
#D2365F (or 0xD2365F) is known color: Cerise. HEX triplet: D2, 36 and 5F. RGB value is (210,54,95). Sum of RGB (Red+Green+Blue) = 210+54+95=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D2365F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2365F is #2DC9A0. Grayscale: #696969. Windows color (decimal): -3000737 or 6239954. OLE color: 6239954.
HSL color Cylindrical-coordinate representation of color #D2365F: hue angle of 344.23º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2365F is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 95 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.18 |
| HSL | 344.23º | 0.63% | 0.52% | - |
| HSV(B) | 344.23º | 0.74% | 0.82% | - |
| XYZ | 29.96 | 17.17 | 12.56 | - |
| YUV | 105.32 | 122.18 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 95 | 0 | 0.74 | 0.55 | 0.18 | 344.23 | 0.63 | 0.52 |
| Hex | D2 | 36 | 5F | 0 | 4A | 37 | 12 | 158 | 3F | 34 |
| Octal | 322 | 66 | 137 | 0 | 112 | 67 | 22 | 530 | 77 | 64 |
| Binary | 11010010 | 110110 | 1011111 | 0 | 1001010 | 110111 | 10010 | 101011000 | 111111 | 110100 |
Color Harmonies of #D2365F
Complementary color
Monochromatic Colors of #D2365F
Black with #D2365F
Text Example
Text Example
White with #D2365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2365F; }
p { color: rgb(210,54,95); }
H1.HeaderClassName
{
color: #D2365F;
}
.AnyTagClassName
{
color: #D2365F;
}
</style>
background-color css
<style>
a { background-color: #D2365F; }
a { background-color: rgb(210,54,95); }
div.DivClassName
{
background-color: #D2365F;
}
.BgClassName
{
background-color: #D2365F;
}
</style>
border-color css
<style>
span { border-color: #D2365F; }
span { border-color: rgb(210,54,95); }
td.TdClassName
{
border-color: #D2365F;
}
.TagClassName
{
border-color: #D2365F;
}
</style>