Shades of Cerise #D23E6B
Tints of Cerise #D23E6B
RGB
CMYK
RGB Variations
Color information
#D23E6B (or 0xD23E6B) is known color: Cerise. HEX triplet: D2, 3E and 6B. RGB value is (210,62,107). Sum of RGB (Red+Green+Blue) = 210+62+107=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23E6B is #2DC194. Grayscale: #6F6F6F. Windows color (decimal): -2998677 or 7028434. OLE color: 7028434.
HSL color Cylindrical-coordinate representation of color #D23E6B: hue angle of 341.76º 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 #D23E6B is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 107 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.18 |
| HSL | 341.76º | 0.62% | 0.53% | - |
| HSV(B) | 341.76º | 0.7% | 0.82% | - |
| XYZ | 30.95 | 18.21 | 15.79 | - |
| YUV | 111.38 | 125.53 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 107 | 0 | 0.70 | 0.49 | 0.18 | 341.76 | 0.62 | 0.53 |
| Hex | D2 | 3E | 6B | 0 | 46 | 31 | 12 | 156 | 3E | 35 |
| Octal | 322 | 76 | 153 | 0 | 106 | 61 | 22 | 526 | 76 | 65 |
| Binary | 11010010 | 111110 | 1101011 | 0 | 1000110 | 110001 | 10010 | 101010110 | 111110 | 110101 |
Color Harmonies of #D23E6B
Complementary color
Monochromatic Colors of #D23E6B
Black with #D23E6B
Text Example
Text Example
White with #D23E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23E6B; }
p { color: rgb(210,62,107); }
H1.HeaderClassName
{
color: #D23E6B;
}
.AnyTagClassName
{
color: #D23E6B;
}
</style>
background-color css
<style>
a { background-color: #D23E6B; }
a { background-color: rgb(210,62,107); }
div.DivClassName
{
background-color: #D23E6B;
}
.BgClassName
{
background-color: #D23E6B;
}
</style>
border-color css
<style>
span { border-color: #D23E6B; }
span { border-color: rgb(210,62,107); }
td.TdClassName
{
border-color: #D23E6B;
}
.TagClassName
{
border-color: #D23E6B;
}
</style>