Shades of Deep Cerise #D23184
Tints of Deep Cerise #D23184
RGB
CMYK
RGB Variations
Color information
#D23184 (or 0xD23184) is known color: Deep Cerise. HEX triplet: D2, 31 and 84. RGB value is (210,49,132). Sum of RGB (Red+Green+Blue) = 210+49+132=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D23184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23184 is #2DCE7B. Grayscale: #6A6A6A. Windows color (decimal): -3001980 or 8663506. OLE color: 8663506.
HSL color Cylindrical-coordinate representation of color #D23184: hue angle of 329.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 #D23184 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 132 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.18 |
| HSL | 329.07º | 0.64% | 0.51% | - |
| HSV(B) | 329.07º | 0.77% | 0.82% | - |
| XYZ | 31.84 | 17.56 | 23.54 | - |
| YUV | 106.6 | 142.34 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 132 | 0 | 0.77 | 0.37 | 0.18 | 329.07 | 0.64 | 0.51 |
| Hex | D2 | 31 | 84 | 0 | 4D | 25 | 12 | 149 | 40 | 33 |
| Octal | 322 | 61 | 204 | 0 | 115 | 45 | 22 | 511 | 100 | 63 |
| Binary | 11010010 | 110001 | 10000100 | 0 | 1001101 | 100101 | 10010 | 101001001 | 1000000 | 110011 |
Color Harmonies of #D23184
Complementary color
Monochromatic Colors of #D23184
Black with #D23184
Text Example
Text Example
White with #D23184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23184; }
p { color: rgb(210,49,132); }
H1.HeaderClassName
{
color: #D23184;
}
.AnyTagClassName
{
color: #D23184;
}
</style>
background-color css
<style>
a { background-color: #D23184; }
a { background-color: rgb(210,49,132); }
div.DivClassName
{
background-color: #D23184;
}
.BgClassName
{
background-color: #D23184;
}
</style>
border-color css
<style>
span { border-color: #D23184; }
span { border-color: rgb(210,49,132); }
td.TdClassName
{
border-color: #D23184;
}
.TagClassName
{
border-color: #D23184;
}
</style>