Shades of Cerise #D23E5F
Tints of Cerise #D23E5F
RGB
CMYK
RGB Variations
Color information
#D23E5F (or 0xD23E5F) is known color: Cerise. HEX triplet: D2, 3E and 5F. RGB value is (210,62,95). Sum of RGB (Red+Green+Blue) = 210+62+95=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23E5F is #2DC1A0. Grayscale: #6E6E6E. Windows color (decimal): -2998689 or 6242002. OLE color: 6242002.
HSL color Cylindrical-coordinate representation of color #D23E5F: hue angle of 346.62º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23E5F is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 95 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.18 |
| HSL | 346.62º | 0.62% | 0.53% | - |
| HSV(B) | 346.62º | 0.7% | 0.82% | - |
| XYZ | 30.37 | 17.97 | 12.7 | - |
| YUV | 110.01 | 119.53 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 95 | 0 | 0.70 | 0.55 | 0.18 | 346.62 | 0.62 | 0.53 |
| Hex | D2 | 3E | 5F | 0 | 46 | 37 | 12 | 15B | 3E | 35 |
| Octal | 322 | 76 | 137 | 0 | 106 | 67 | 22 | 533 | 76 | 65 |
| Binary | 11010010 | 111110 | 1011111 | 0 | 1000110 | 110111 | 10010 | 101011011 | 111110 | 110101 |
Color Harmonies of #D23E5F
Complementary color
Monochromatic Colors of #D23E5F
Black with #D23E5F
Text Example
Text Example
White with #D23E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23E5F; }
p { color: rgb(210,62,95); }
H1.HeaderClassName
{
color: #D23E5F;
}
.AnyTagClassName
{
color: #D23E5F;
}
</style>
background-color css
<style>
a { background-color: #D23E5F; }
a { background-color: rgb(210,62,95); }
div.DivClassName
{
background-color: #D23E5F;
}
.BgClassName
{
background-color: #D23E5F;
}
</style>
border-color css
<style>
span { border-color: #D23E5F; }
span { border-color: rgb(210,62,95); }
td.TdClassName
{
border-color: #D23E5F;
}
.TagClassName
{
border-color: #D23E5F;
}
</style>