Shades of Deep Cerise #D427A9
Tints of Deep Cerise #D427A9
RGB
CMYK
RGB Variations
Color information
#D427A9 (or 0xD427A9) is known color: Deep Cerise. HEX triplet: D4, 27 and A9. RGB value is (212,39,169). Sum of RGB (Red+Green+Blue) = 212+39+169=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D427A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D427A9 is #2BD856. Grayscale: #696969. Windows color (decimal): -2873431 or 11085780. OLE color: 11085780.
HSL color Cylindrical-coordinate representation of color #D427A9: hue angle of 314.91º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D427A9 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 169 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.17 |
| HSL | 314.91º | 0.69% | 0.49% | - |
| HSV(B) | 314.91º | 0.82% | 0.83% | - |
| XYZ | 35.04 | 18.31 | 39.22 | - |
| YUV | 105.55 | 163.81 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 169 | 0 | 0.82 | 0.20 | 0.17 | 314.91 | 0.69 | 0.49 |
| Hex | D4 | 27 | A9 | 0 | 52 | 14 | 11 | 13B | 45 | 31 |
| Octal | 324 | 47 | 251 | 0 | 122 | 24 | 21 | 473 | 105 | 61 |
| Binary | 11010100 | 100111 | 10101001 | 0 | 1010010 | 10100 | 10001 | 100111011 | 1000101 | 110001 |
Color Harmonies of #D427A9
Complementary color
Monochromatic Colors of #D427A9
Black with #D427A9
Text Example
Text Example
White with #D427A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D427A9; }
p { color: rgb(212,39,169); }
H1.HeaderClassName
{
color: #D427A9;
}
.AnyTagClassName
{
color: #D427A9;
}
</style>
background-color css
<style>
a { background-color: #D427A9; }
a { background-color: rgb(212,39,169); }
div.DivClassName
{
background-color: #D427A9;
}
.BgClassName
{
background-color: #D427A9;
}
</style>
border-color css
<style>
span { border-color: #D427A9; }
span { border-color: rgb(212,39,169); }
td.TdClassName
{
border-color: #D427A9;
}
.TagClassName
{
border-color: #D427A9;
}
</style>