Shades of Deep Cerise #D428A0
Tints of Deep Cerise #D428A0
RGB
CMYK
RGB Variations
Color information
#D428A0 (or 0xD428A0) is known color: Deep Cerise. HEX triplet: D4, 28 and A0. RGB value is (212,40,160). Sum of RGB (Red+Green+Blue) = 212+40+160=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D428A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D428A0 is #2BD75F. Grayscale: #686868. Windows color (decimal): -2873184 or 10496212. OLE color: 10496212.
HSL color Cylindrical-coordinate representation of color #D428A0: hue angle of 318.14º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D428A0 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 40 | 160 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.17 |
| HSL | 318.14º | 0.68% | 0.49% | - |
| HSV(B) | 318.14º | 0.81% | 0.83% | - |
| XYZ | 34.26 | 18.05 | 34.94 | - |
| YUV | 105.11 | 158.98 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 160 | 0 | 0.81 | 0.25 | 0.17 | 318.14 | 0.68 | 0.49 |
| Hex | D4 | 28 | A0 | 0 | 51 | 19 | 11 | 13E | 44 | 31 |
| Octal | 324 | 50 | 240 | 0 | 121 | 31 | 21 | 476 | 104 | 61 |
| Binary | 11010100 | 101000 | 10100000 | 0 | 1010001 | 11001 | 10001 | 100111110 | 1000100 | 110001 |
Color Harmonies of #D428A0
Complementary color
Monochromatic Colors of #D428A0
Black with #D428A0
Text Example
Text Example
White with #D428A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D428A0; }
p { color: rgb(212,40,160); }
H1.HeaderClassName
{
color: #D428A0;
}
.AnyTagClassName
{
color: #D428A0;
}
</style>
background-color css
<style>
a { background-color: #D428A0; }
a { background-color: rgb(212,40,160); }
div.DivClassName
{
background-color: #D428A0;
}
.BgClassName
{
background-color: #D428A0;
}
</style>
border-color css
<style>
span { border-color: #D428A0; }
span { border-color: rgb(212,40,160); }
td.TdClassName
{
border-color: #D428A0;
}
.TagClassName
{
border-color: #D428A0;
}
</style>