Shades of Deep Cerise #D23091
Tints of Deep Cerise #D23091
RGB
CMYK
RGB Variations
Color information
#D23091 (or 0xD23091) is known color: Deep Cerise. HEX triplet: D2, 30 and 91. RGB value is (210,48,145). Sum of RGB (Red+Green+Blue) = 210+48+145=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D23091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23091 is #2DCF6E. Grayscale: #6B6B6B. Windows color (decimal): -3002223 or 9515218. OLE color: 9515218.
HSL color Cylindrical-coordinate representation of color #D23091: hue angle of 324.07º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23091 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 145 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.18 |
| HSL | 324.07º | 0.64% | 0.51% | - |
| HSV(B) | 324.07º | 0.77% | 0.82% | - |
| XYZ | 32.75 | 17.86 | 28.51 | - |
| YUV | 107.5 | 149.17 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 145 | 0 | 0.77 | 0.31 | 0.18 | 324.07 | 0.64 | 0.51 |
| Hex | D2 | 30 | 91 | 0 | 4D | 1F | 12 | 144 | 40 | 33 |
| Octal | 322 | 60 | 221 | 0 | 115 | 37 | 22 | 504 | 100 | 63 |
| Binary | 11010010 | 110000 | 10010001 | 0 | 1001101 | 11111 | 10010 | 101000100 | 1000000 | 110011 |
Color Harmonies of #D23091
Complementary color
Monochromatic Colors of #D23091
Black with #D23091
Text Example
Text Example
White with #D23091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23091; }
p { color: rgb(210,48,145); }
H1.HeaderClassName
{
color: #D23091;
}
.AnyTagClassName
{
color: #D23091;
}
</style>
background-color css
<style>
a { background-color: #D23091; }
a { background-color: rgb(210,48,145); }
div.DivClassName
{
background-color: #D23091;
}
.BgClassName
{
background-color: #D23091;
}
</style>
border-color css
<style>
span { border-color: #D23091; }
span { border-color: rgb(210,48,145); }
td.TdClassName
{
border-color: #D23091;
}
.TagClassName
{
border-color: #D23091;
}
</style>