Shades of Deep Cerise #D23780
Tints of Deep Cerise #D23780
RGB
CMYK
RGB Variations
Color information
#D23780 (or 0xD23780) is known color: Deep Cerise. HEX triplet: D2, 37 and 80. RGB value is (210,55,128). Sum of RGB (Red+Green+Blue) = 210+55+128=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D23780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23780 is #2DC87F. Grayscale: #6D6D6D. Windows color (decimal): -3000448 or 8402898. OLE color: 8402898.
HSL color Cylindrical-coordinate representation of color #D23780: hue angle of 331.74º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23780 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 128 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.18 |
| HSL | 331.74º | 0.63% | 0.52% | - |
| HSV(B) | 331.74º | 0.74% | 0.82% | - |
| XYZ | 31.84 | 17.99 | 22.22 | - |
| YUV | 109.67 | 138.35 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 128 | 0 | 0.74 | 0.39 | 0.18 | 331.74 | 0.63 | 0.52 |
| Hex | D2 | 37 | 80 | 0 | 4A | 27 | 12 | 14C | 3F | 34 |
| Octal | 322 | 67 | 200 | 0 | 112 | 47 | 22 | 514 | 77 | 64 |
| Binary | 11010010 | 110111 | 10000000 | 0 | 1001010 | 100111 | 10010 | 101001100 | 111111 | 110100 |
Color Harmonies of #D23780
Complementary color
Monochromatic Colors of #D23780
Black with #D23780
Text Example
Text Example
White with #D23780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23780; }
p { color: rgb(210,55,128); }
H1.HeaderClassName
{
color: #D23780;
}
.AnyTagClassName
{
color: #D23780;
}
</style>
background-color css
<style>
a { background-color: #D23780; }
a { background-color: rgb(210,55,128); }
div.DivClassName
{
background-color: #D23780;
}
.BgClassName
{
background-color: #D23780;
}
</style>
border-color css
<style>
span { border-color: #D23780; }
span { border-color: rgb(210,55,128); }
td.TdClassName
{
border-color: #D23780;
}
.TagClassName
{
border-color: #D23780;
}
</style>