Shades of Cerise #DD246A
Tints of Cerise #DD246A
RGB
CMYK
RGB Variations
Color information
#DD246A (or 0xDD246A) is known color: Cerise. HEX triplet: DD, 24 and 6A. RGB value is (221,36,106). Sum of RGB (Red+Green+Blue) = 221+36+106=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD246A is #22DB95. Grayscale: #636363. Windows color (decimal): -2284438 or 6956253. OLE color: 6956253.
HSL color Cylindrical-coordinate representation of color #DD246A: hue angle of 337.3º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD246A is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 106 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.13 |
| HSL | 337.3º | 0.73% | 0.5% | - |
| HSV(B) | 337.3º | 0.84% | 0.87% | - |
| XYZ | 33.05 | 17.67 | 15.31 | - |
| YUV | 99.3 | 131.79 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 106 | 0 | 0.84 | 0.52 | 0.13 | 337.3 | 0.73 | 0.5 |
| Hex | DD | 24 | 6A | 0 | 54 | 34 | D | 151 | 49 | 32 |
| Octal | 335 | 44 | 152 | 0 | 124 | 64 | 15 | 521 | 111 | 62 |
| Binary | 11011101 | 100100 | 1101010 | 0 | 1010100 | 110100 | 1101 | 101010001 | 1001001 | 110010 |
Color Harmonies of #DD246A
Complementary color
Monochromatic Colors of #DD246A
Black with #DD246A
Text Example
Text Example
White with #DD246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD246A; }
p { color: rgb(221,36,106); }
H1.HeaderClassName
{
color: #DD246A;
}
.AnyTagClassName
{
color: #DD246A;
}
</style>
background-color css
<style>
a { background-color: #DD246A; }
a { background-color: rgb(221,36,106); }
div.DivClassName
{
background-color: #DD246A;
}
.BgClassName
{
background-color: #DD246A;
}
</style>
border-color css
<style>
span { border-color: #DD246A; }
span { border-color: rgb(221,36,106); }
td.TdClassName
{
border-color: #DD246A;
}
.TagClassName
{
border-color: #DD246A;
}
</style>