Shades of Deep Cerise #D23B8F
Tints of Deep Cerise #D23B8F
RGB
CMYK
RGB Variations
Color information
#D23B8F (or 0xD23B8F) is known color: Deep Cerise. HEX triplet: D2, 3B and 8F. RGB value is (210,59,143). Sum of RGB (Red+Green+Blue) = 210+59+143=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23B8F is #2DC470. Grayscale: #717171. Windows color (decimal): -2999409 or 9386962. OLE color: 9386962.
HSL color Cylindrical-coordinate representation of color #D23B8F: hue angle of 326.62º 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 #D23B8F is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 143 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.18 |
| HSL | 326.62º | 0.63% | 0.53% | - |
| HSV(B) | 326.62º | 0.72% | 0.82% | - |
| XYZ | 33.1 | 18.81 | 27.87 | - |
| YUV | 113.73 | 144.53 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 143 | 0 | 0.72 | 0.32 | 0.18 | 326.62 | 0.63 | 0.53 |
| Hex | D2 | 3B | 8F | 0 | 48 | 20 | 12 | 147 | 3F | 35 |
| Octal | 322 | 73 | 217 | 0 | 110 | 40 | 22 | 507 | 77 | 65 |
| Binary | 11010010 | 111011 | 10001111 | 0 | 1001000 | 100000 | 10010 | 101000111 | 111111 | 110101 |
Color Harmonies of #D23B8F
Complementary color
Monochromatic Colors of #D23B8F
Black with #D23B8F
Text Example
Text Example
White with #D23B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23B8F; }
p { color: rgb(210,59,143); }
H1.HeaderClassName
{
color: #D23B8F;
}
.AnyTagClassName
{
color: #D23B8F;
}
</style>
background-color css
<style>
a { background-color: #D23B8F; }
a { background-color: rgb(210,59,143); }
div.DivClassName
{
background-color: #D23B8F;
}
.BgClassName
{
background-color: #D23B8F;
}
</style>
border-color css
<style>
span { border-color: #D23B8F; }
span { border-color: rgb(210,59,143); }
td.TdClassName
{
border-color: #D23B8F;
}
.TagClassName
{
border-color: #D23B8F;
}
</style>