Shades of Cerise #D23E5D
Tints of Cerise #D23E5D
RGB
CMYK
RGB Variations
Color information
#D23E5D (or 0xD23E5D) is known color: Cerise. HEX triplet: D2, 3E and 5D. RGB value is (210,62,93). Sum of RGB (Red+Green+Blue) = 210+62+93=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23E5D is #2DC1A2. Grayscale: #6D6D6D. Windows color (decimal): -2998691 or 6110930. OLE color: 6110930.
HSL color Cylindrical-coordinate representation of color #D23E5D: hue angle of 347.43º 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 #D23E5D is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 93 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.18 |
| HSL | 347.43º | 0.62% | 0.53% | - |
| HSV(B) | 347.43º | 0.7% | 0.82% | - |
| XYZ | 30.28 | 17.94 | 12.22 | - |
| YUV | 109.79 | 118.53 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 93 | 0 | 0.70 | 0.56 | 0.18 | 347.43 | 0.62 | 0.53 |
| Hex | D2 | 3E | 5D | 0 | 46 | 38 | 12 | 15B | 3E | 35 |
| Octal | 322 | 76 | 135 | 0 | 106 | 70 | 22 | 533 | 76 | 65 |
| Binary | 11010010 | 111110 | 1011101 | 0 | 1000110 | 111000 | 10010 | 101011011 | 111110 | 110101 |
Color Harmonies of #D23E5D
Complementary color
Monochromatic Colors of #D23E5D
Black with #D23E5D
Text Example
Text Example
White with #D23E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23E5D; }
p { color: rgb(210,62,93); }
H1.HeaderClassName
{
color: #D23E5D;
}
.AnyTagClassName
{
color: #D23E5D;
}
</style>
background-color css
<style>
a { background-color: #D23E5D; }
a { background-color: rgb(210,62,93); }
div.DivClassName
{
background-color: #D23E5D;
}
.BgClassName
{
background-color: #D23E5D;
}
</style>
border-color css
<style>
span { border-color: #D23E5D; }
span { border-color: rgb(210,62,93); }
td.TdClassName
{
border-color: #D23E5D;
}
.TagClassName
{
border-color: #D23E5D;
}
</style>