Shades of Deep Cerise #DD268B
Tints of Deep Cerise #DD268B
RGB
CMYK
RGB Variations
Color information
#DD268B (or 0xDD268B) is known color: Deep Cerise. HEX triplet: DD, 26 and 8B. RGB value is (221,38,139). Sum of RGB (Red+Green+Blue) = 221+38+139=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD268B is #22D974. Grayscale: #686868. Windows color (decimal): -2283893 or 9119453. OLE color: 9119453.
HSL color Cylindrical-coordinate representation of color #DD268B: hue angle of 326.89º 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 #DD268B is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 139 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.13 |
| HSL | 326.89º | 0.73% | 0.51% | - |
| HSV(B) | 326.89º | 0.83% | 0.87% | - |
| XYZ | 35.17 | 18.62 | 26.17 | - |
| YUV | 104.23 | 147.63 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 139 | 0 | 0.83 | 0.37 | 0.13 | 326.89 | 0.73 | 0.51 |
| Hex | DD | 26 | 8B | 0 | 53 | 25 | D | 147 | 49 | 33 |
| Octal | 335 | 46 | 213 | 0 | 123 | 45 | 15 | 507 | 111 | 63 |
| Binary | 11011101 | 100110 | 10001011 | 0 | 1010011 | 100101 | 1101 | 101000111 | 1001001 | 110011 |
Color Harmonies of #DD268B
Complementary color
Monochromatic Colors of #DD268B
Black with #DD268B
Text Example
Text Example
White with #DD268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD268B; }
p { color: rgb(221,38,139); }
H1.HeaderClassName
{
color: #DD268B;
}
.AnyTagClassName
{
color: #DD268B;
}
</style>
background-color css
<style>
a { background-color: #DD268B; }
a { background-color: rgb(221,38,139); }
div.DivClassName
{
background-color: #DD268B;
}
.BgClassName
{
background-color: #DD268B;
}
</style>
border-color css
<style>
span { border-color: #DD268B; }
span { border-color: rgb(221,38,139); }
td.TdClassName
{
border-color: #DD268B;
}
.TagClassName
{
border-color: #DD268B;
}
</style>