Shades of Deep Cerise #D62C8A
Tints of Deep Cerise #D62C8A
RGB
CMYK
RGB Variations
Color information
#D62C8A (or 0xD62C8A) is known color: Deep Cerise. HEX triplet: D6, 2C and 8A. RGB value is (214,44,138). Sum of RGB (Red+Green+Blue) = 214+44+138=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62C8A is #29D375. Grayscale: #696969. Windows color (decimal): -2741110 or 9055446. OLE color: 9055446.
HSL color Cylindrical-coordinate representation of color #D62C8A: hue angle of 326.82º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62C8A is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 44 | 138 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.16 |
| HSL | 326.82º | 0.67% | 0.51% | - |
| HSV(B) | 326.82º | 0.79% | 0.84% | - |
| XYZ | 33.22 | 17.93 | 25.76 | - |
| YUV | 105.55 | 146.32 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 44 | 138 | 0 | 0.79 | 0.36 | 0.16 | 326.82 | 0.67 | 0.51 |
| Hex | D6 | 2C | 8A | 0 | 4F | 24 | 10 | 147 | 43 | 33 |
| Octal | 326 | 54 | 212 | 0 | 117 | 44 | 20 | 507 | 103 | 63 |
| Binary | 11010110 | 101100 | 10001010 | 0 | 1001111 | 100100 | 10000 | 101000111 | 1000011 | 110011 |
Color Harmonies of #D62C8A
Complementary color
Monochromatic Colors of #D62C8A
Black with #D62C8A
Text Example
Text Example
White with #D62C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62C8A; }
p { color: rgb(214,44,138); }
H1.HeaderClassName
{
color: #D62C8A;
}
.AnyTagClassName
{
color: #D62C8A;
}
</style>
background-color css
<style>
a { background-color: #D62C8A; }
a { background-color: rgb(214,44,138); }
div.DivClassName
{
background-color: #D62C8A;
}
.BgClassName
{
background-color: #D62C8A;
}
</style>
border-color css
<style>
span { border-color: #D62C8A; }
span { border-color: rgb(214,44,138); }
td.TdClassName
{
border-color: #D62C8A;
}
.TagClassName
{
border-color: #D62C8A;
}
</style>