Shades of Deep Cerise #D23B90
Tints of Deep Cerise #D23B90
RGB
CMYK
RGB Variations
Color information
#D23B90 (or 0xD23B90) is known color: Deep Cerise. HEX triplet: D2, 3B and 90. RGB value is (210,59,144). Sum of RGB (Red+Green+Blue) = 210+59+144=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23B90 is #2DC46F. Grayscale: #717171. Windows color (decimal): -2999408 or 9452498. OLE color: 9452498.
HSL color Cylindrical-coordinate representation of color #D23B90: hue angle of 326.23º 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 #D23B90 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 144 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.18 |
| HSL | 326.23º | 0.63% | 0.53% | - |
| HSV(B) | 326.23º | 0.72% | 0.82% | - |
| XYZ | 33.18 | 18.84 | 28.27 | - |
| YUV | 113.84 | 145.03 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 144 | 0 | 0.72 | 0.31 | 0.18 | 326.23 | 0.63 | 0.53 |
| Hex | D2 | 3B | 90 | 0 | 48 | 1F | 12 | 146 | 3F | 35 |
| Octal | 322 | 73 | 220 | 0 | 110 | 37 | 22 | 506 | 77 | 65 |
| Binary | 11010010 | 111011 | 10010000 | 0 | 1001000 | 11111 | 10010 | 101000110 | 111111 | 110101 |
Color Harmonies of #D23B90
Complementary color
Monochromatic Colors of #D23B90
Black with #D23B90
Text Example
Text Example
White with #D23B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23B90; }
p { color: rgb(210,59,144); }
H1.HeaderClassName
{
color: #D23B90;
}
.AnyTagClassName
{
color: #D23B90;
}
</style>
background-color css
<style>
a { background-color: #D23B90; }
a { background-color: rgb(210,59,144); }
div.DivClassName
{
background-color: #D23B90;
}
.BgClassName
{
background-color: #D23B90;
}
</style>
border-color css
<style>
span { border-color: #D23B90; }
span { border-color: rgb(210,59,144); }
td.TdClassName
{
border-color: #D23B90;
}
.TagClassName
{
border-color: #D23B90;
}
</style>