Shades of Cerise #DD3861
Tints of Cerise #DD3861
RGB
CMYK
RGB Variations
Color information
#DD3861 (or 0xDD3861) is known color: Cerise. HEX triplet: DD, 38 and 61. RGB value is (221,56,97). Sum of RGB (Red+Green+Blue) = 221+56+97=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3861 is #22C79E. Grayscale: #6E6E6E. Windows color (decimal): -2279327 or 6371549. OLE color: 6371549.
HSL color Cylindrical-coordinate representation of color #DD3861: hue angle of 345.09º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3861 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 97 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.13 |
| HSL | 345.09º | 0.71% | 0.54% | - |
| HSV(B) | 345.09º | 0.75% | 0.87% | - |
| XYZ | 33.39 | 19.06 | 13.23 | - |
| YUV | 110.01 | 120.66 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 97 | 0 | 0.75 | 0.56 | 0.13 | 345.09 | 0.71 | 0.54 |
| Hex | DD | 38 | 61 | 0 | 4B | 38 | D | 159 | 47 | 36 |
| Octal | 335 | 70 | 141 | 0 | 113 | 70 | 15 | 531 | 107 | 66 |
| Binary | 11011101 | 111000 | 1100001 | 0 | 1001011 | 111000 | 1101 | 101011001 | 1000111 | 110110 |
Color Harmonies of #DD3861
Complementary color
Monochromatic Colors of #DD3861
Black with #DD3861
Text Example
Text Example
White with #DD3861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3861; }
p { color: rgb(221,56,97); }
H1.HeaderClassName
{
color: #DD3861;
}
.AnyTagClassName
{
color: #DD3861;
}
</style>
background-color css
<style>
a { background-color: #DD3861; }
a { background-color: rgb(221,56,97); }
div.DivClassName
{
background-color: #DD3861;
}
.BgClassName
{
background-color: #DD3861;
}
</style>
border-color css
<style>
span { border-color: #DD3861; }
span { border-color: rgb(221,56,97); }
td.TdClassName
{
border-color: #DD3861;
}
.TagClassName
{
border-color: #DD3861;
}
</style>