Shades of Deep Cerise #D426A0
Tints of Deep Cerise #D426A0
RGB
CMYK
RGB Variations
Color information
#D426A0 (or 0xD426A0) is known color: Deep Cerise. HEX triplet: D4, 26 and A0. RGB value is (212,38,160). Sum of RGB (Red+Green+Blue) = 212+38+160=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D426A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D426A0 is #2BD95F. Grayscale: #676767. Windows color (decimal): -2873696 or 10495700. OLE color: 10495700.
HSL color Cylindrical-coordinate representation of color #D426A0: hue angle of 317.93º degrees, saturation: 0.7, 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 #D426A0 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 38 | 160 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.17 |
| HSL | 317.93º | 0.7% | 0.49% | - |
| HSV(B) | 317.93º | 0.82% | 0.83% | - |
| XYZ | 34.19 | 17.92 | 34.91 | - |
| YUV | 103.93 | 159.65 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 160 | 0 | 0.82 | 0.25 | 0.17 | 317.93 | 0.7 | 0.49 |
| Hex | D4 | 26 | A0 | 0 | 52 | 19 | 11 | 13E | 46 | 31 |
| Octal | 324 | 46 | 240 | 0 | 122 | 31 | 21 | 476 | 106 | 61 |
| Binary | 11010100 | 100110 | 10100000 | 0 | 1010010 | 11001 | 10001 | 100111110 | 1000110 | 110001 |
Color Harmonies of #D426A0
Complementary color
Monochromatic Colors of #D426A0
Black with #D426A0
Text Example
Text Example
White with #D426A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D426A0; }
p { color: rgb(212,38,160); }
H1.HeaderClassName
{
color: #D426A0;
}
.AnyTagClassName
{
color: #D426A0;
}
</style>
background-color css
<style>
a { background-color: #D426A0; }
a { background-color: rgb(212,38,160); }
div.DivClassName
{
background-color: #D426A0;
}
.BgClassName
{
background-color: #D426A0;
}
</style>
border-color css
<style>
span { border-color: #D426A0; }
span { border-color: rgb(212,38,160); }
td.TdClassName
{
border-color: #D426A0;
}
.TagClassName
{
border-color: #D426A0;
}
</style>