Shades of Cerise #DD226B
Tints of Cerise #DD226B
RGB
CMYK
RGB Variations
Color information
#DD226B (or 0xDD226B) is known color: Cerise. HEX triplet: DD, 22 and 6B. RGB value is (221,34,107). Sum of RGB (Red+Green+Blue) = 221+34+107=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD226B is #22DD94. Grayscale: #626262. Windows color (decimal): -2284949 or 7021277. OLE color: 7021277.
HSL color Cylindrical-coordinate representation of color #DD226B: hue angle of 336.58º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD226B is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 107 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.13 |
| HSL | 336.58º | 0.73% | 0.5% | - |
| HSV(B) | 336.58º | 0.85% | 0.87% | - |
| XYZ | 33.04 | 17.58 | 15.56 | - |
| YUV | 98.24 | 132.95 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 107 | 0 | 0.85 | 0.52 | 0.13 | 336.58 | 0.73 | 0.5 |
| Hex | DD | 22 | 6B | 0 | 55 | 34 | D | 151 | 49 | 32 |
| Octal | 335 | 42 | 153 | 0 | 125 | 64 | 15 | 521 | 111 | 62 |
| Binary | 11011101 | 100010 | 1101011 | 0 | 1010101 | 110100 | 1101 | 101010001 | 1001001 | 110010 |
Color Harmonies of #DD226B
Complementary color
Monochromatic Colors of #DD226B
Black with #DD226B
Text Example
Text Example
White with #DD226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD226B; }
p { color: rgb(221,34,107); }
H1.HeaderClassName
{
color: #DD226B;
}
.AnyTagClassName
{
color: #DD226B;
}
</style>
background-color css
<style>
a { background-color: #DD226B; }
a { background-color: rgb(221,34,107); }
div.DivClassName
{
background-color: #DD226B;
}
.BgClassName
{
background-color: #DD226B;
}
</style>
border-color css
<style>
span { border-color: #DD226B; }
span { border-color: rgb(221,34,107); }
td.TdClassName
{
border-color: #DD226B;
}
.TagClassName
{
border-color: #DD226B;
}
</style>