Shades of Cerise #DD2F64
Tints of Cerise #DD2F64
RGB
CMYK
RGB Variations
Color information
#DD2F64 (or 0xDD2F64) is known color: Cerise. HEX triplet: DD, 2F and 64. RGB value is (221,47,100). Sum of RGB (Red+Green+Blue) = 221+47+100=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2F64 is #22D09B. Grayscale: #696969. Windows color (decimal): -2281628 or 6565853. OLE color: 6565853.
HSL color Cylindrical-coordinate representation of color #DD2F64: hue angle of 341.72º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2F64 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 100 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.13 |
| HSL | 341.72º | 0.72% | 0.53% | - |
| HSV(B) | 341.72º | 0.79% | 0.87% | - |
| XYZ | 33.14 | 18.33 | 13.85 | - |
| YUV | 105.07 | 125.15 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 100 | 0 | 0.79 | 0.55 | 0.13 | 341.72 | 0.72 | 0.53 |
| Hex | DD | 2F | 64 | 0 | 4F | 37 | D | 156 | 48 | 35 |
| Octal | 335 | 57 | 144 | 0 | 117 | 67 | 15 | 526 | 110 | 65 |
| Binary | 11011101 | 101111 | 1100100 | 0 | 1001111 | 110111 | 1101 | 101010110 | 1001000 | 110101 |
Color Harmonies of #DD2F64
Complementary color
Monochromatic Colors of #DD2F64
Black with #DD2F64
Text Example
Text Example
White with #DD2F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2F64; }
p { color: rgb(221,47,100); }
H1.HeaderClassName
{
color: #DD2F64;
}
.AnyTagClassName
{
color: #DD2F64;
}
</style>
background-color css
<style>
a { background-color: #DD2F64; }
a { background-color: rgb(221,47,100); }
div.DivClassName
{
background-color: #DD2F64;
}
.BgClassName
{
background-color: #DD2F64;
}
</style>
border-color css
<style>
span { border-color: #DD2F64; }
span { border-color: rgb(221,47,100); }
td.TdClassName
{
border-color: #DD2F64;
}
.TagClassName
{
border-color: #DD2F64;
}
</style>