Shades of Cerise #D23B5F
Tints of Cerise #D23B5F
RGB
CMYK
RGB Variations
Color information
#D23B5F (or 0xD23B5F) is known color: Cerise. HEX triplet: D2, 3B and 5F. RGB value is (210,59,95). Sum of RGB (Red+Green+Blue) = 210+59+95=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23B5F is #2DC4A0. Grayscale: #6C6C6C. Windows color (decimal): -2999457 or 6241234. OLE color: 6241234.
HSL color Cylindrical-coordinate representation of color #D23B5F: hue angle of 345.7º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23B5F is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 95 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.18 |
| HSL | 345.7º | 0.63% | 0.53% | - |
| HSV(B) | 345.7º | 0.72% | 0.82% | - |
| XYZ | 30.21 | 17.66 | 12.64 | - |
| YUV | 108.25 | 120.53 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 95 | 0 | 0.72 | 0.55 | 0.18 | 345.7 | 0.63 | 0.53 |
| Hex | D2 | 3B | 5F | 0 | 48 | 37 | 12 | 15A | 3F | 35 |
| Octal | 322 | 73 | 137 | 0 | 110 | 67 | 22 | 532 | 77 | 65 |
| Binary | 11010010 | 111011 | 1011111 | 0 | 1001000 | 110111 | 10010 | 101011010 | 111111 | 110101 |
Color Harmonies of #D23B5F
Complementary color
Monochromatic Colors of #D23B5F
Black with #D23B5F
Text Example
Text Example
White with #D23B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23B5F; }
p { color: rgb(210,59,95); }
H1.HeaderClassName
{
color: #D23B5F;
}
.AnyTagClassName
{
color: #D23B5F;
}
</style>
background-color css
<style>
a { background-color: #D23B5F; }
a { background-color: rgb(210,59,95); }
div.DivClassName
{
background-color: #D23B5F;
}
.BgClassName
{
background-color: #D23B5F;
}
</style>
border-color css
<style>
span { border-color: #D23B5F; }
span { border-color: rgb(210,59,95); }
td.TdClassName
{
border-color: #D23B5F;
}
.TagClassName
{
border-color: #D23B5F;
}
</style>