Shades of Deep Cerise #DD2581
Tints of Deep Cerise #DD2581
RGB
CMYK
RGB Variations
Color information
#DD2581 (or 0xDD2581) is known color: Deep Cerise. HEX triplet: DD, 25 and 81. RGB value is (221,37,129). Sum of RGB (Red+Green+Blue) = 221+37+129=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2581 is #22DA7E. Grayscale: #666666. Windows color (decimal): -2284159 or 8463837. OLE color: 8463837.
HSL color Cylindrical-coordinate representation of color #DD2581: hue angle of 330º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2581 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 129 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.13 |
| HSL | 330º | 0.73% | 0.51% | - |
| HSV(B) | 330º | 0.83% | 0.87% | - |
| XYZ | 34.44 | 18.28 | 22.48 | - |
| YUV | 102.5 | 142.96 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 129 | 0 | 0.83 | 0.42 | 0.13 | 330 | 0.73 | 0.51 |
| Hex | DD | 25 | 81 | 0 | 53 | 2A | D | 14A | 49 | 33 |
| Octal | 335 | 45 | 201 | 0 | 123 | 52 | 15 | 512 | 111 | 63 |
| Binary | 11011101 | 100101 | 10000001 | 0 | 1010011 | 101010 | 1101 | 101001010 | 1001001 | 110011 |
Color Harmonies of #DD2581
Complementary color
Monochromatic Colors of #DD2581
Black with #DD2581
Text Example
Text Example
White with #DD2581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2581; }
p { color: rgb(221,37,129); }
H1.HeaderClassName
{
color: #DD2581;
}
.AnyTagClassName
{
color: #DD2581;
}
</style>
background-color css
<style>
a { background-color: #DD2581; }
a { background-color: rgb(221,37,129); }
div.DivClassName
{
background-color: #DD2581;
}
.BgClassName
{
background-color: #DD2581;
}
</style>
border-color css
<style>
span { border-color: #DD2581; }
span { border-color: rgb(221,37,129); }
td.TdClassName
{
border-color: #DD2581;
}
.TagClassName
{
border-color: #DD2581;
}
</style>