Shades of Cerise #DD2865
Tints of Cerise #DD2865
RGB
CMYK
RGB Variations
Color information
#DD2865 (or 0xDD2865) is known color: Cerise. HEX triplet: DD, 28 and 65. RGB value is (221,40,101). Sum of RGB (Red+Green+Blue) = 221+40+101=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2865 is #22D79A. Grayscale: #656565. Windows color (decimal): -2283419 or 6629597. OLE color: 6629597.
HSL color Cylindrical-coordinate representation of color #DD2865: hue angle of 339.78º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2865 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 101 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.13 |
| HSL | 339.78º | 0.73% | 0.51% | - |
| HSV(B) | 339.78º | 0.82% | 0.87% | - |
| XYZ | 32.93 | 17.83 | 14.02 | - |
| YUV | 101.07 | 127.97 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 101 | 0 | 0.82 | 0.54 | 0.13 | 339.78 | 0.73 | 0.51 |
| Hex | DD | 28 | 65 | 0 | 52 | 36 | D | 154 | 49 | 33 |
| Octal | 335 | 50 | 145 | 0 | 122 | 66 | 15 | 524 | 111 | 63 |
| Binary | 11011101 | 101000 | 1100101 | 0 | 1010010 | 110110 | 1101 | 101010100 | 1001001 | 110011 |
Color Harmonies of #DD2865
Complementary color
Monochromatic Colors of #DD2865
Black with #DD2865
Text Example
Text Example
White with #DD2865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2865; }
p { color: rgb(221,40,101); }
H1.HeaderClassName
{
color: #DD2865;
}
.AnyTagClassName
{
color: #DD2865;
}
</style>
background-color css
<style>
a { background-color: #DD2865; }
a { background-color: rgb(221,40,101); }
div.DivClassName
{
background-color: #DD2865;
}
.BgClassName
{
background-color: #DD2865;
}
</style>
border-color css
<style>
span { border-color: #DD2865; }
span { border-color: rgb(221,40,101); }
td.TdClassName
{
border-color: #DD2865;
}
.TagClassName
{
border-color: #DD2865;
}
</style>