Shades of Deep Cerise #DD458B
Tints of Deep Cerise #DD458B
RGB
CMYK
RGB Variations
Color information
#DD458B (or 0xDD458B) is known color: Deep Cerise. HEX triplet: DD, 45 and 8B. RGB value is (221,69,139). Sum of RGB (Red+Green+Blue) = 221+69+139=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD458B is #22BA74. Grayscale: #7A7A7A. Windows color (decimal): -2275957 or 9127389. OLE color: 9127389.
HSL color Cylindrical-coordinate representation of color #DD458B: hue angle of 332.37º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD458B is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 139 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.13 |
| HSL | 332.37º | 0.69% | 0.57% | - |
| HSV(B) | 332.37º | 0.69% | 0.87% | - |
| XYZ | 36.61 | 21.49 | 26.65 | - |
| YUV | 122.43 | 137.36 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 139 | 0 | 0.69 | 0.37 | 0.13 | 332.37 | 0.69 | 0.57 |
| Hex | DD | 45 | 8B | 0 | 45 | 25 | D | 14C | 45 | 39 |
| Octal | 335 | 105 | 213 | 0 | 105 | 45 | 15 | 514 | 105 | 71 |
| Binary | 11011101 | 1000101 | 10001011 | 0 | 1000101 | 100101 | 1101 | 101001100 | 1000101 | 111001 |
Color Harmonies of #DD458B
Complementary color
Monochromatic Colors of #DD458B
Black with #DD458B
Text Example
Text Example
White with #DD458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD458B; }
p { color: rgb(221,69,139); }
H1.HeaderClassName
{
color: #DD458B;
}
.AnyTagClassName
{
color: #DD458B;
}
</style>
background-color css
<style>
a { background-color: #DD458B; }
a { background-color: rgb(221,69,139); }
div.DivClassName
{
background-color: #DD458B;
}
.BgClassName
{
background-color: #DD458B;
}
</style>
border-color css
<style>
span { border-color: #DD458B; }
span { border-color: rgb(221,69,139); }
td.TdClassName
{
border-color: #DD458B;
}
.TagClassName
{
border-color: #DD458B;
}
</style>