Shades of Deep Cerise #D23980
Tints of Deep Cerise #D23980
RGB
CMYK
RGB Variations
Color information
#D23980 (or 0xD23980) is known color: Deep Cerise. HEX triplet: D2, 39 and 80. RGB value is (210,57,128). Sum of RGB (Red+Green+Blue) = 210+57+128=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D23980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23980 is #2DC67F. Grayscale: #6E6E6E. Windows color (decimal): -2999936 or 8403410. OLE color: 8403410.
HSL color Cylindrical-coordinate representation of color #D23980: hue angle of 332.16º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23980 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 128 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.18 |
| HSL | 332.16º | 0.63% | 0.52% | - |
| HSV(B) | 332.16º | 0.73% | 0.82% | - |
| XYZ | 31.94 | 18.19 | 22.25 | - |
| YUV | 110.84 | 137.69 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 128 | 0 | 0.73 | 0.39 | 0.18 | 332.16 | 0.63 | 0.52 |
| Hex | D2 | 39 | 80 | 0 | 49 | 27 | 12 | 14C | 3F | 34 |
| Octal | 322 | 71 | 200 | 0 | 111 | 47 | 22 | 514 | 77 | 64 |
| Binary | 11010010 | 111001 | 10000000 | 0 | 1001001 | 100111 | 10010 | 101001100 | 111111 | 110100 |
Color Harmonies of #D23980
Complementary color
Monochromatic Colors of #D23980
Black with #D23980
Text Example
Text Example
White with #D23980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23980; }
p { color: rgb(210,57,128); }
H1.HeaderClassName
{
color: #D23980;
}
.AnyTagClassName
{
color: #D23980;
}
</style>
background-color css
<style>
a { background-color: #D23980; }
a { background-color: rgb(210,57,128); }
div.DivClassName
{
background-color: #D23980;
}
.BgClassName
{
background-color: #D23980;
}
</style>
border-color css
<style>
span { border-color: #D23980; }
span { border-color: rgb(210,57,128); }
td.TdClassName
{
border-color: #D23980;
}
.TagClassName
{
border-color: #D23980;
}
</style>