Shades of Cerise #DD2F66
Tints of Cerise #DD2F66
RGB
CMYK
RGB Variations
Color information
#DD2F66 (or 0xDD2F66) is known color: Cerise. HEX triplet: DD, 2F and 66. RGB value is (221,47,102). Sum of RGB (Red+Green+Blue) = 221+47+102=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2F66 is #22D099. Grayscale: #696969. Windows color (decimal): -2281626 or 6696925. OLE color: 6696925.
HSL color Cylindrical-coordinate representation of color #DD2F66: hue angle of 341.03º 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 #DD2F66 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 102 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.13 |
| HSL | 341.03º | 0.72% | 0.53% | - |
| HSV(B) | 341.03º | 0.79% | 0.87% | - |
| XYZ | 33.23 | 18.36 | 14.36 | - |
| YUV | 105.3 | 126.15 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 102 | 0 | 0.79 | 0.54 | 0.13 | 341.03 | 0.72 | 0.53 |
| Hex | DD | 2F | 66 | 0 | 4F | 36 | D | 155 | 48 | 35 |
| Octal | 335 | 57 | 146 | 0 | 117 | 66 | 15 | 525 | 110 | 65 |
| Binary | 11011101 | 101111 | 1100110 | 0 | 1001111 | 110110 | 1101 | 101010101 | 1001000 | 110101 |
Color Harmonies of #DD2F66
Complementary color
Monochromatic Colors of #DD2F66
Black with #DD2F66
Text Example
Text Example
White with #DD2F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2F66; }
p { color: rgb(221,47,102); }
H1.HeaderClassName
{
color: #DD2F66;
}
.AnyTagClassName
{
color: #DD2F66;
}
</style>
background-color css
<style>
a { background-color: #DD2F66; }
a { background-color: rgb(221,47,102); }
div.DivClassName
{
background-color: #DD2F66;
}
.BgClassName
{
background-color: #DD2F66;
}
</style>
border-color css
<style>
span { border-color: #DD2F66; }
span { border-color: rgb(221,47,102); }
td.TdClassName
{
border-color: #DD2F66;
}
.TagClassName
{
border-color: #DD2F66;
}
</style>