Shades of Cerise #DD265B
Tints of Cerise #DD265B
RGB
CMYK
RGB Variations
Color information
#DD265B (or 0xDD265B) is known color: Cerise. HEX triplet: DD, 26 and 5B. RGB value is (221,38,91). Sum of RGB (Red+Green+Blue) = 221+38+91=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD265B is #22D9A4. Grayscale: #626262. Windows color (decimal): -2283941 or 5973725. OLE color: 5973725.
HSL color Cylindrical-coordinate representation of color #DD265B: hue angle of 342.62º 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 #DD265B is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 91 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.13 |
| HSL | 342.62º | 0.73% | 0.51% | - |
| HSV(B) | 342.62º | 0.83% | 0.87% | - |
| XYZ | 32.4 | 17.51 | 11.57 | - |
| YUV | 98.76 | 123.63 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 91 | 0 | 0.83 | 0.59 | 0.13 | 342.62 | 0.73 | 0.51 |
| Hex | DD | 26 | 5B | 0 | 53 | 3B | D | 157 | 49 | 33 |
| Octal | 335 | 46 | 133 | 0 | 123 | 73 | 15 | 527 | 111 | 63 |
| Binary | 11011101 | 100110 | 1011011 | 0 | 1010011 | 111011 | 1101 | 101010111 | 1001001 | 110011 |
Color Harmonies of #DD265B
Complementary color
Monochromatic Colors of #DD265B
Black with #DD265B
Text Example
Text Example
White with #DD265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD265B; }
p { color: rgb(221,38,91); }
H1.HeaderClassName
{
color: #DD265B;
}
.AnyTagClassName
{
color: #DD265B;
}
</style>
background-color css
<style>
a { background-color: #DD265B; }
a { background-color: rgb(221,38,91); }
div.DivClassName
{
background-color: #DD265B;
}
.BgClassName
{
background-color: #DD265B;
}
</style>
border-color css
<style>
span { border-color: #DD265B; }
span { border-color: rgb(221,38,91); }
td.TdClassName
{
border-color: #DD265B;
}
.TagClassName
{
border-color: #DD265B;
}
</style>