Shades of Cerise #DD266A
Tints of Cerise #DD266A
RGB
CMYK
RGB Variations
Color information
#DD266A (or 0xDD266A) is known color: Cerise. HEX triplet: DD, 26 and 6A. RGB value is (221,38,106). Sum of RGB (Red+Green+Blue) = 221+38+106=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD266A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD266A is #22D995. Grayscale: #646464. Windows color (decimal): -2283926 or 6956765. OLE color: 6956765.
HSL color Cylindrical-coordinate representation of color #DD266A: hue angle of 337.7º 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 #DD266A is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 106 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.13 |
| HSL | 337.7º | 0.73% | 0.51% | - |
| HSV(B) | 337.7º | 0.83% | 0.87% | - |
| XYZ | 33.11 | 17.8 | 15.33 | - |
| YUV | 100.47 | 131.13 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 106 | 0 | 0.83 | 0.52 | 0.13 | 337.7 | 0.73 | 0.51 |
| Hex | DD | 26 | 6A | 0 | 53 | 34 | D | 152 | 49 | 33 |
| Octal | 335 | 46 | 152 | 0 | 123 | 64 | 15 | 522 | 111 | 63 |
| Binary | 11011101 | 100110 | 1101010 | 0 | 1010011 | 110100 | 1101 | 101010010 | 1001001 | 110011 |
Color Harmonies of #DD266A
Complementary color
Monochromatic Colors of #DD266A
Black with #DD266A
Text Example
Text Example
White with #DD266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD266A; }
p { color: rgb(221,38,106); }
H1.HeaderClassName
{
color: #DD266A;
}
.AnyTagClassName
{
color: #DD266A;
}
</style>
background-color css
<style>
a { background-color: #DD266A; }
a { background-color: rgb(221,38,106); }
div.DivClassName
{
background-color: #DD266A;
}
.BgClassName
{
background-color: #DD266A;
}
</style>
border-color css
<style>
span { border-color: #DD266A; }
span { border-color: rgb(221,38,106); }
td.TdClassName
{
border-color: #DD266A;
}
.TagClassName
{
border-color: #DD266A;
}
</style>