Shades of Deep Cerise #D23379
Tints of Deep Cerise #D23379
RGB
CMYK
RGB Variations
Color information
#D23379 (or 0xD23379) is known color: Deep Cerise. HEX triplet: D2, 33 and 79. RGB value is (210,51,121). Sum of RGB (Red+Green+Blue) = 210+51+121=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D23379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23379 is #2DCC86. Grayscale: #6A6A6A. Windows color (decimal): -3001479 or 7943122. OLE color: 7943122.
HSL color Cylindrical-coordinate representation of color #D23379: hue angle of 333.58º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23379 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 121 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.18 |
| HSL | 333.58º | 0.64% | 0.51% | - |
| HSV(B) | 333.58º | 0.76% | 0.82% | - |
| XYZ | 31.21 | 17.45 | 19.81 | - |
| YUV | 106.52 | 136.18 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 121 | 0 | 0.76 | 0.42 | 0.18 | 333.58 | 0.64 | 0.51 |
| Hex | D2 | 33 | 79 | 0 | 4C | 2A | 12 | 14E | 40 | 33 |
| Octal | 322 | 63 | 171 | 0 | 114 | 52 | 22 | 516 | 100 | 63 |
| Binary | 11010010 | 110011 | 1111001 | 0 | 1001100 | 101010 | 10010 | 101001110 | 1000000 | 110011 |
Color Harmonies of #D23379
Complementary color
Monochromatic Colors of #D23379
Black with #D23379
Text Example
Text Example
White with #D23379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23379; }
p { color: rgb(210,51,121); }
H1.HeaderClassName
{
color: #D23379;
}
.AnyTagClassName
{
color: #D23379;
}
</style>
background-color css
<style>
a { background-color: #D23379; }
a { background-color: rgb(210,51,121); }
div.DivClassName
{
background-color: #D23379;
}
.BgClassName
{
background-color: #D23379;
}
</style>
border-color css
<style>
span { border-color: #D23379; }
span { border-color: rgb(210,51,121); }
td.TdClassName
{
border-color: #D23379;
}
.TagClassName
{
border-color: #D23379;
}
</style>