Shades of Deep Cerise #DD2D85
Tints of Deep Cerise #DD2D85
RGB
CMYK
RGB Variations
Color information
#DD2D85 (or 0xDD2D85) is known color: Deep Cerise. HEX triplet: DD, 2D and 85. RGB value is (221,45,133). Sum of RGB (Red+Green+Blue) = 221+45+133=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2D85 is #22D27A. Grayscale: #6B6B6B. Windows color (decimal): -2282107 or 8728029. OLE color: 8728029.
HSL color Cylindrical-coordinate representation of color #DD2D85: hue angle of 330º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2D85 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 45 | 133 | - |
CMYK | 0 | 0.80 | 0.40 | 0.13 |
HSL | 330º | 0.72% | 0.52% | - |
HSV(B) | 330º | 0.8% | 0.87% | - |
XYZ | 34.99 | 18.94 | 24 | - |
YUV | 107.66 | 142.31 | 208.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 45 | 133 | 0 | 0.80 | 0.40 | 0.13 | 330 | 0.72 | 0.52 |
Hex | DD | 2D | 85 | 0 | 50 | 28 | D | 14A | 48 | 34 |
Octal | 335 | 55 | 205 | 0 | 120 | 50 | 15 | 512 | 110 | 64 |
Binary | 11011101 | 101101 | 10000101 | 0 | 1010000 | 101000 | 1101 | 101001010 | 1001000 | 110100 |
Color Harmonies of #DD2D85
Complementary color
Monochromatic Colors of #DD2D85
Black with #DD2D85
Text Example
Text Example
White with #DD2D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D85; }
p { color: rgb(221,45,133); }
H1.HeaderClassName
{
color: #DD2D85;
}
.AnyTagClassName
{
color: #DD2D85;
}
</style>
background-color css
<style>
a { background-color: #DD2D85; }
a { background-color: rgb(221,45,133); }
div.DivClassName
{
background-color: #DD2D85;
}
.BgClassName
{
background-color: #DD2D85;
}
</style>
border-color css
<style>
span { border-color: #DD2D85; }
span { border-color: rgb(221,45,133); }
td.TdClassName
{
border-color: #DD2D85;
}
.TagClassName
{
border-color: #DD2D85;
}
</style>