Shades of Deep Cerise #D23975
Tints of Deep Cerise #D23975
RGB
CMYK
RGB Variations
Color information
#D23975 (or 0xD23975) is known color: Deep Cerise. HEX triplet: D2, 39 and 75. RGB value is (210,57,117). Sum of RGB (Red+Green+Blue) = 210+57+117=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D23975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23975 is #2DC68A. Grayscale: #6D6D6D. Windows color (decimal): -2999947 or 7682514. OLE color: 7682514.
HSL color Cylindrical-coordinate representation of color #D23975: hue angle of 336.47º 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 #D23975 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 117 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.18 |
| HSL | 336.47º | 0.63% | 0.52% | - |
| HSV(B) | 336.47º | 0.73% | 0.82% | - |
| XYZ | 31.25 | 17.91 | 18.64 | - |
| YUV | 109.59 | 132.19 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 117 | 0 | 0.73 | 0.44 | 0.18 | 336.47 | 0.63 | 0.52 |
| Hex | D2 | 39 | 75 | 0 | 49 | 2C | 12 | 150 | 3F | 34 |
| Octal | 322 | 71 | 165 | 0 | 111 | 54 | 22 | 520 | 77 | 64 |
| Binary | 11010010 | 111001 | 1110101 | 0 | 1001001 | 101100 | 10010 | 101010000 | 111111 | 110100 |
Color Harmonies of #D23975
Complementary color
Monochromatic Colors of #D23975
Black with #D23975
Text Example
Text Example
White with #D23975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23975; }
p { color: rgb(210,57,117); }
H1.HeaderClassName
{
color: #D23975;
}
.AnyTagClassName
{
color: #D23975;
}
</style>
background-color css
<style>
a { background-color: #D23975; }
a { background-color: rgb(210,57,117); }
div.DivClassName
{
background-color: #D23975;
}
.BgClassName
{
background-color: #D23975;
}
</style>
border-color css
<style>
span { border-color: #D23975; }
span { border-color: rgb(210,57,117); }
td.TdClassName
{
border-color: #D23975;
}
.TagClassName
{
border-color: #D23975;
}
</style>