Shades of Cerise #DD416B
Tints of Cerise #DD416B
RGB
CMYK
RGB Variations
Color information
#DD416B (or 0xDD416B) is known color: Cerise. HEX triplet: DD, 41 and 6B. RGB value is (221,65,107). Sum of RGB (Red+Green+Blue) = 221+65+107=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD416B is #22BE94. Grayscale: #747474. Windows color (decimal): -2277013 or 7029213. OLE color: 7029213.
HSL color Cylindrical-coordinate representation of color #DD416B: hue angle of 343.85º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD416B is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 107 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.13 |
| HSL | 343.85º | 0.7% | 0.56% | - |
| HSV(B) | 343.85º | 0.71% | 0.87% | - |
| XYZ | 34.36 | 20.21 | 16 | - |
| YUV | 116.43 | 122.68 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 107 | 0 | 0.71 | 0.52 | 0.13 | 343.85 | 0.7 | 0.56 |
| Hex | DD | 41 | 6B | 0 | 47 | 34 | D | 158 | 46 | 38 |
| Octal | 335 | 101 | 153 | 0 | 107 | 64 | 15 | 530 | 106 | 70 |
| Binary | 11011101 | 1000001 | 1101011 | 0 | 1000111 | 110100 | 1101 | 101011000 | 1000110 | 111000 |
Color Harmonies of #DD416B
Complementary color
Monochromatic Colors of #DD416B
Black with #DD416B
Text Example
Text Example
White with #DD416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD416B; }
p { color: rgb(221,65,107); }
H1.HeaderClassName
{
color: #DD416B;
}
.AnyTagClassName
{
color: #DD416B;
}
</style>
background-color css
<style>
a { background-color: #DD416B; }
a { background-color: rgb(221,65,107); }
div.DivClassName
{
background-color: #DD416B;
}
.BgClassName
{
background-color: #DD416B;
}
</style>
border-color css
<style>
span { border-color: #DD416B; }
span { border-color: rgb(221,65,107); }
td.TdClassName
{
border-color: #DD416B;
}
.TagClassName
{
border-color: #DD416B;
}
</style>