Shades of Deep Cerise #DD237F
Tints of Deep Cerise #DD237F
RGB
CMYK
RGB Variations
Color information
#DD237F (or 0xDD237F) is known color: Deep Cerise. HEX triplet: DD, 23 and 7F. RGB value is (221,35,127). Sum of RGB (Red+Green+Blue) = 221+35+127=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD237F is #22DC80. Grayscale: #646464. Windows color (decimal): -2284673 or 8332253. OLE color: 8332253.
HSL color Cylindrical-coordinate representation of color #DD237F: hue angle of 330.32º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD237F is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 127 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.13 |
| HSL | 330.32º | 0.73% | 0.5% | - |
| HSV(B) | 330.32º | 0.84% | 0.87% | - |
| XYZ | 34.25 | 18.11 | 21.77 | - |
| YUV | 101.1 | 142.62 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 127 | 0 | 0.84 | 0.43 | 0.13 | 330.32 | 0.73 | 0.5 |
| Hex | DD | 23 | 7F | 0 | 54 | 2B | D | 14A | 49 | 32 |
| Octal | 335 | 43 | 177 | 0 | 124 | 53 | 15 | 512 | 111 | 62 |
| Binary | 11011101 | 100011 | 1111111 | 0 | 1010100 | 101011 | 1101 | 101001010 | 1001001 | 110010 |
Color Harmonies of #DD237F
Complementary color
Monochromatic Colors of #DD237F
Black with #DD237F
Text Example
Text Example
White with #DD237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD237F; }
p { color: rgb(221,35,127); }
H1.HeaderClassName
{
color: #DD237F;
}
.AnyTagClassName
{
color: #DD237F;
}
</style>
background-color css
<style>
a { background-color: #DD237F; }
a { background-color: rgb(221,35,127); }
div.DivClassName
{
background-color: #DD237F;
}
.BgClassName
{
background-color: #DD237F;
}
</style>
border-color css
<style>
span { border-color: #DD237F; }
span { border-color: rgb(221,35,127); }
td.TdClassName
{
border-color: #DD237F;
}
.TagClassName
{
border-color: #DD237F;
}
</style>