Shades of Deep Cerise #D62479
Tints of Deep Cerise #D62479
RGB
CMYK
RGB Variations
Color information
#D62479 (or 0xD62479) is known color: Deep Cerise. HEX triplet: D6, 24 and 79. RGB value is (214,36,121). Sum of RGB (Red+Green+Blue) = 214+36+121=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D62479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62479 is #29DB86. Grayscale: #626262. Windows color (decimal): -2743175 or 7939286. OLE color: 7939286.
HSL color Cylindrical-coordinate representation of color #D62479: hue angle of 331.35º 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 #D62479 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 121 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.16 |
| HSL | 331.35º | 0.71% | 0.49% | - |
| HSV(B) | 331.35º | 0.83% | 0.84% | - |
| XYZ | 31.81 | 16.94 | 19.68 | - |
| YUV | 98.91 | 140.47 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 121 | 0 | 0.83 | 0.43 | 0.16 | 331.35 | 0.71 | 0.49 |
| Hex | D6 | 24 | 79 | 0 | 53 | 2B | 10 | 14B | 47 | 31 |
| Octal | 326 | 44 | 171 | 0 | 123 | 53 | 20 | 513 | 107 | 61 |
| Binary | 11010110 | 100100 | 1111001 | 0 | 1010011 | 101011 | 10000 | 101001011 | 1000111 | 110001 |
Color Harmonies of #D62479
Complementary color
Monochromatic Colors of #D62479
Black with #D62479
Text Example
Text Example
White with #D62479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62479; }
p { color: rgb(214,36,121); }
H1.HeaderClassName
{
color: #D62479;
}
.AnyTagClassName
{
color: #D62479;
}
</style>
background-color css
<style>
a { background-color: #D62479; }
a { background-color: rgb(214,36,121); }
div.DivClassName
{
background-color: #D62479;
}
.BgClassName
{
background-color: #D62479;
}
</style>
border-color css
<style>
span { border-color: #D62479; }
span { border-color: rgb(214,36,121); }
td.TdClassName
{
border-color: #D62479;
}
.TagClassName
{
border-color: #D62479;
}
</style>