Shades of Deep Cerise #DD428F
Tints of Deep Cerise #DD428F
RGB
CMYK
RGB Variations
Color information
#DD428F (or 0xDD428F) is known color: Deep Cerise. HEX triplet: DD, 42 and 8F. RGB value is (221,66,143). Sum of RGB (Red+Green+Blue) = 221+66+143=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD428F is #22BD70. Grayscale: #787878. Windows color (decimal): -2276721 or 9388765. OLE color: 9388765.
HSL color Cylindrical-coordinate representation of color #DD428F: hue angle of 330.19º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD428F is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 143 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.13 |
| HSL | 330.19º | 0.7% | 0.56% | - |
| HSV(B) | 330.19º | 0.7% | 0.87% | - |
| XYZ | 36.72 | 21.25 | 28.15 | - |
| YUV | 121.12 | 140.35 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 143 | 0 | 0.70 | 0.35 | 0.13 | 330.19 | 0.7 | 0.56 |
| Hex | DD | 42 | 8F | 0 | 46 | 23 | D | 14A | 46 | 38 |
| Octal | 335 | 102 | 217 | 0 | 106 | 43 | 15 | 512 | 106 | 70 |
| Binary | 11011101 | 1000010 | 10001111 | 0 | 1000110 | 100011 | 1101 | 101001010 | 1000110 | 111000 |
Color Harmonies of #DD428F
Complementary color
Monochromatic Colors of #DD428F
Black with #DD428F
Text Example
Text Example
White with #DD428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD428F; }
p { color: rgb(221,66,143); }
H1.HeaderClassName
{
color: #DD428F;
}
.AnyTagClassName
{
color: #DD428F;
}
</style>
background-color css
<style>
a { background-color: #DD428F; }
a { background-color: rgb(221,66,143); }
div.DivClassName
{
background-color: #DD428F;
}
.BgClassName
{
background-color: #DD428F;
}
</style>
border-color css
<style>
span { border-color: #DD428F; }
span { border-color: rgb(221,66,143); }
td.TdClassName
{
border-color: #DD428F;
}
.TagClassName
{
border-color: #DD428F;
}
</style>