Shades of Cerise #DD266C
Tints of Cerise #DD266C
RGB
CMYK
RGB Variations
Color information
#DD266C (or 0xDD266C) is known color: Cerise. HEX triplet: DD, 26 and 6C. RGB value is (221,38,108). Sum of RGB (Red+Green+Blue) = 221+38+108=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD266C is #22D993. Grayscale: #646464. Windows color (decimal): -2283924 or 7087837. OLE color: 7087837.
HSL color Cylindrical-coordinate representation of color #DD266C: hue angle of 337.05º 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 #DD266C is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 108 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.13 |
| HSL | 337.05º | 0.73% | 0.51% | - |
| HSV(B) | 337.05º | 0.83% | 0.87% | - |
| XYZ | 33.22 | 17.84 | 15.88 | - |
| YUV | 100.7 | 132.13 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 108 | 0 | 0.83 | 0.51 | 0.13 | 337.05 | 0.73 | 0.51 |
| Hex | DD | 26 | 6C | 0 | 53 | 33 | D | 151 | 49 | 33 |
| Octal | 335 | 46 | 154 | 0 | 123 | 63 | 15 | 521 | 111 | 63 |
| Binary | 11011101 | 100110 | 1101100 | 0 | 1010011 | 110011 | 1101 | 101010001 | 1001001 | 110011 |
Color Harmonies of #DD266C
Complementary color
Monochromatic Colors of #DD266C
Black with #DD266C
Text Example
Text Example
White with #DD266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD266C; }
p { color: rgb(221,38,108); }
H1.HeaderClassName
{
color: #DD266C;
}
.AnyTagClassName
{
color: #DD266C;
}
</style>
background-color css
<style>
a { background-color: #DD266C; }
a { background-color: rgb(221,38,108); }
div.DivClassName
{
background-color: #DD266C;
}
.BgClassName
{
background-color: #DD266C;
}
</style>
border-color css
<style>
span { border-color: #DD266C; }
span { border-color: rgb(221,38,108); }
td.TdClassName
{
border-color: #DD266C;
}
.TagClassName
{
border-color: #DD266C;
}
</style>