Shades of Cerise #DD256C
Tints of Cerise #DD256C
RGB
CMYK
RGB Variations
Color information
#DD256C (or 0xDD256C) is known color: Cerise. HEX triplet: DD, 25 and 6C. RGB value is (221,37,108). Sum of RGB (Red+Green+Blue) = 221+37+108=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD256C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD256C is #22DA93. Grayscale: #646464. Windows color (decimal): -2284180 or 7087581. OLE color: 7087581.
HSL color Cylindrical-coordinate representation of color #DD256C: hue angle of 336.85º 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 #DD256C is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 108 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.13 |
| HSL | 336.85º | 0.73% | 0.51% | - |
| HSV(B) | 336.85º | 0.83% | 0.87% | - |
| XYZ | 33.19 | 17.78 | 15.87 | - |
| YUV | 100.11 | 132.46 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 108 | 0 | 0.83 | 0.51 | 0.13 | 336.85 | 0.73 | 0.51 |
| Hex | DD | 25 | 6C | 0 | 53 | 33 | D | 151 | 49 | 33 |
| Octal | 335 | 45 | 154 | 0 | 123 | 63 | 15 | 521 | 111 | 63 |
| Binary | 11011101 | 100101 | 1101100 | 0 | 1010011 | 110011 | 1101 | 101010001 | 1001001 | 110011 |
Color Harmonies of #DD256C
Complementary color
Monochromatic Colors of #DD256C
Black with #DD256C
Text Example
Text Example
White with #DD256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD256C; }
p { color: rgb(221,37,108); }
H1.HeaderClassName
{
color: #DD256C;
}
.AnyTagClassName
{
color: #DD256C;
}
</style>
background-color css
<style>
a { background-color: #DD256C; }
a { background-color: rgb(221,37,108); }
div.DivClassName
{
background-color: #DD256C;
}
.BgClassName
{
background-color: #DD256C;
}
</style>
border-color css
<style>
span { border-color: #DD256C; }
span { border-color: rgb(221,37,108); }
td.TdClassName
{
border-color: #DD256C;
}
.TagClassName
{
border-color: #DD256C;
}
</style>