Shades of Deep Cerise #D23180
Tints of Deep Cerise #D23180
RGB
CMYK
RGB Variations
Color information
#D23180 (or 0xD23180) is known color: Deep Cerise. HEX triplet: D2, 31 and 80. RGB value is (210,49,128). Sum of RGB (Red+Green+Blue) = 210+49+128=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D23180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23180 is #2DCE7F. Grayscale: #696969. Windows color (decimal): -3001984 or 8401362. OLE color: 8401362.
HSL color Cylindrical-coordinate representation of color #D23180: hue angle of 330.56º 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 #D23180 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 128 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.18 |
| HSL | 330.56º | 0.64% | 0.51% | - |
| HSV(B) | 330.56º | 0.77% | 0.82% | - |
| XYZ | 31.57 | 17.46 | 22.13 | - |
| YUV | 106.15 | 140.34 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 128 | 0 | 0.77 | 0.39 | 0.18 | 330.56 | 0.64 | 0.51 |
| Hex | D2 | 31 | 80 | 0 | 4D | 27 | 12 | 14B | 40 | 33 |
| Octal | 322 | 61 | 200 | 0 | 115 | 47 | 22 | 513 | 100 | 63 |
| Binary | 11010010 | 110001 | 10000000 | 0 | 1001101 | 100111 | 10010 | 101001011 | 1000000 | 110011 |
Color Harmonies of #D23180
Complementary color
Monochromatic Colors of #D23180
Black with #D23180
Text Example
Text Example
White with #D23180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23180; }
p { color: rgb(210,49,128); }
H1.HeaderClassName
{
color: #D23180;
}
.AnyTagClassName
{
color: #D23180;
}
</style>
background-color css
<style>
a { background-color: #D23180; }
a { background-color: rgb(210,49,128); }
div.DivClassName
{
background-color: #D23180;
}
.BgClassName
{
background-color: #D23180;
}
</style>
border-color css
<style>
span { border-color: #D23180; }
span { border-color: rgb(210,49,128); }
td.TdClassName
{
border-color: #D23180;
}
.TagClassName
{
border-color: #D23180;
}
</style>