Shades of Deep Cerise #D62480
Tints of Deep Cerise #D62480
RGB
CMYK
RGB Variations
Color information
#D62480 (or 0xD62480) is known color: Deep Cerise. HEX triplet: D6, 24 and 80. RGB value is (214,36,128). Sum of RGB (Red+Green+Blue) = 214+36+128=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D62480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62480 is #29DB7F. Grayscale: #636363. Windows color (decimal): -2743168 or 8398038. OLE color: 8398038.
HSL color Cylindrical-coordinate representation of color #D62480: hue angle of 328.99º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62480 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 128 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.16 |
| HSL | 328.99º | 0.71% | 0.49% | - |
| HSV(B) | 328.99º | 0.83% | 0.84% | - |
| XYZ | 32.26 | 17.12 | 22.03 | - |
| YUV | 99.71 | 143.97 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 128 | 0 | 0.83 | 0.40 | 0.16 | 328.99 | 0.71 | 0.49 |
| Hex | D6 | 24 | 80 | 0 | 53 | 28 | 10 | 149 | 47 | 31 |
| Octal | 326 | 44 | 200 | 0 | 123 | 50 | 20 | 511 | 107 | 61 |
| Binary | 11010110 | 100100 | 10000000 | 0 | 1010011 | 101000 | 10000 | 101001001 | 1000111 | 110001 |
Color Harmonies of #D62480
Complementary color
Monochromatic Colors of #D62480
Black with #D62480
Text Example
Text Example
White with #D62480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62480; }
p { color: rgb(214,36,128); }
H1.HeaderClassName
{
color: #D62480;
}
.AnyTagClassName
{
color: #D62480;
}
</style>
background-color css
<style>
a { background-color: #D62480; }
a { background-color: rgb(214,36,128); }
div.DivClassName
{
background-color: #D62480;
}
.BgClassName
{
background-color: #D62480;
}
</style>
border-color css
<style>
span { border-color: #D62480; }
span { border-color: rgb(214,36,128); }
td.TdClassName
{
border-color: #D62480;
}
.TagClassName
{
border-color: #D62480;
}
</style>