Shades of Cerise #DD256B
Tints of Cerise #DD256B
RGB
CMYK
RGB Variations
Color information
#DD256B (or 0xDD256B) is known color: Cerise. HEX triplet: DD, 25 and 6B. RGB value is (221,37,107). Sum of RGB (Red+Green+Blue) = 221+37+107=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD256B is #22DA94. Grayscale: #636363. Windows color (decimal): -2284181 or 7022045. OLE color: 7022045.
HSL color Cylindrical-coordinate representation of color #DD256B: hue angle of 337.17º 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 #DD256B is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 107 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.13 |
| HSL | 337.17º | 0.73% | 0.51% | - |
| HSV(B) | 337.17º | 0.83% | 0.87% | - |
| XYZ | 33.13 | 17.76 | 15.59 | - |
| YUV | 100 | 131.96 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 107 | 0 | 0.83 | 0.52 | 0.13 | 337.17 | 0.73 | 0.51 |
| Hex | DD | 25 | 6B | 0 | 53 | 34 | D | 151 | 49 | 33 |
| Octal | 335 | 45 | 153 | 0 | 123 | 64 | 15 | 521 | 111 | 63 |
| Binary | 11011101 | 100101 | 1101011 | 0 | 1010011 | 110100 | 1101 | 101010001 | 1001001 | 110011 |
Color Harmonies of #DD256B
Complementary color
Monochromatic Colors of #DD256B
Black with #DD256B
Text Example
Text Example
White with #DD256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD256B; }
p { color: rgb(221,37,107); }
H1.HeaderClassName
{
color: #DD256B;
}
.AnyTagClassName
{
color: #DD256B;
}
</style>
background-color css
<style>
a { background-color: #DD256B; }
a { background-color: rgb(221,37,107); }
div.DivClassName
{
background-color: #DD256B;
}
.BgClassName
{
background-color: #DD256B;
}
</style>
border-color css
<style>
span { border-color: #DD256B; }
span { border-color: rgb(221,37,107); }
td.TdClassName
{
border-color: #DD256B;
}
.TagClassName
{
border-color: #DD256B;
}
</style>