Shades of Cerise #DD266B
Tints of Cerise #DD266B
RGB
CMYK
RGB Variations
Color information
#DD266B (or 0xDD266B) is known color: Cerise. HEX triplet: DD, 26 and 6B. RGB value is (221,38,107). Sum of RGB (Red+Green+Blue) = 221+38+107=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD266B is #22D994. Grayscale: #646464. Windows color (decimal): -2283925 or 7022301. OLE color: 7022301.
HSL color Cylindrical-coordinate representation of color #DD266B: hue angle of 337.38º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD266B is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 107 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.13 |
| HSL | 337.38º | 0.73% | 0.51% | - |
| HSV(B) | 337.38º | 0.83% | 0.87% | - |
| XYZ | 33.17 | 17.82 | 15.6 | - |
| YUV | 100.58 | 131.63 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 107 | 0 | 0.83 | 0.52 | 0.13 | 337.38 | 0.73 | 0.51 |
| Hex | DD | 26 | 6B | 0 | 53 | 34 | D | 151 | 49 | 33 |
| Octal | 335 | 46 | 153 | 0 | 123 | 64 | 15 | 521 | 111 | 63 |
| Binary | 11011101 | 100110 | 1101011 | 0 | 1010011 | 110100 | 1101 | 101010001 | 1001001 | 110011 |
Color Harmonies of #DD266B
Complementary color
Monochromatic Colors of #DD266B
Black with #DD266B
Text Example
Text Example
White with #DD266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD266B; }
p { color: rgb(221,38,107); }
H1.HeaderClassName
{
color: #DD266B;
}
.AnyTagClassName
{
color: #DD266B;
}
</style>
background-color css
<style>
a { background-color: #DD266B; }
a { background-color: rgb(221,38,107); }
div.DivClassName
{
background-color: #DD266B;
}
.BgClassName
{
background-color: #DD266B;
}
</style>
border-color css
<style>
span { border-color: #DD266B; }
span { border-color: rgb(221,38,107); }
td.TdClassName
{
border-color: #DD266B;
}
.TagClassName
{
border-color: #DD266B;
}
</style>