Shades of Deep Cerise #D62A8C
Tints of Deep Cerise #D62A8C
RGB
CMYK
RGB Variations
Color information
#D62A8C (or 0xD62A8C) is known color: Deep Cerise. HEX triplet: D6, 2A and 8C. RGB value is (214,42,140). Sum of RGB (Red+Green+Blue) = 214+42+140=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62A8C is #29D573. Grayscale: #686868. Windows color (decimal): -2741620 or 9186006. OLE color: 9186006.
HSL color Cylindrical-coordinate representation of color #D62A8C: hue angle of 325.81º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62A8C is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 42 | 140 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.16 |
| HSL | 325.81º | 0.68% | 0.5% | - |
| HSV(B) | 325.81º | 0.8% | 0.84% | - |
| XYZ | 33.29 | 17.85 | 26.5 | - |
| YUV | 104.6 | 147.98 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 42 | 140 | 0 | 0.80 | 0.35 | 0.16 | 325.81 | 0.68 | 0.5 |
| Hex | D6 | 2A | 8C | 0 | 50 | 23 | 10 | 146 | 44 | 32 |
| Octal | 326 | 52 | 214 | 0 | 120 | 43 | 20 | 506 | 104 | 62 |
| Binary | 11010110 | 101010 | 10001100 | 0 | 1010000 | 100011 | 10000 | 101000110 | 1000100 | 110010 |
Color Harmonies of #D62A8C
Complementary color
Monochromatic Colors of #D62A8C
Black with #D62A8C
Text Example
Text Example
White with #D62A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62A8C; }
p { color: rgb(214,42,140); }
H1.HeaderClassName
{
color: #D62A8C;
}
.AnyTagClassName
{
color: #D62A8C;
}
</style>
background-color css
<style>
a { background-color: #D62A8C; }
a { background-color: rgb(214,42,140); }
div.DivClassName
{
background-color: #D62A8C;
}
.BgClassName
{
background-color: #D62A8C;
}
</style>
border-color css
<style>
span { border-color: #D62A8C; }
span { border-color: rgb(214,42,140); }
td.TdClassName
{
border-color: #D62A8C;
}
.TagClassName
{
border-color: #D62A8C;
}
</style>