Shades of Cerise #DD306B
Tints of Cerise #DD306B
RGB
CMYK
RGB Variations
Color information
#DD306B (or 0xDD306B) is known color: Cerise. HEX triplet: DD, 30 and 6B. RGB value is (221,48,107). Sum of RGB (Red+Green+Blue) = 221+48+107=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD306B is #22CF94. Grayscale: #6A6A6A. Windows color (decimal): -2281365 or 7024861. OLE color: 7024861.
HSL color Cylindrical-coordinate representation of color #DD306B: hue angle of 339.54º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD306B is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 107 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.13 |
| HSL | 339.54º | 0.72% | 0.53% | - |
| HSV(B) | 339.54º | 0.78% | 0.87% | - |
| XYZ | 33.53 | 18.55 | 15.72 | - |
| YUV | 106.45 | 128.31 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 107 | 0 | 0.78 | 0.52 | 0.13 | 339.54 | 0.72 | 0.53 |
| Hex | DD | 30 | 6B | 0 | 4E | 34 | D | 154 | 48 | 35 |
| Octal | 335 | 60 | 153 | 0 | 116 | 64 | 15 | 524 | 110 | 65 |
| Binary | 11011101 | 110000 | 1101011 | 0 | 1001110 | 110100 | 1101 | 101010100 | 1001000 | 110101 |
Color Harmonies of #DD306B
Complementary color
Monochromatic Colors of #DD306B
Black with #DD306B
Text Example
Text Example
White with #DD306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD306B; }
p { color: rgb(221,48,107); }
H1.HeaderClassName
{
color: #DD306B;
}
.AnyTagClassName
{
color: #DD306B;
}
</style>
background-color css
<style>
a { background-color: #DD306B; }
a { background-color: rgb(221,48,107); }
div.DivClassName
{
background-color: #DD306B;
}
.BgClassName
{
background-color: #DD306B;
}
</style>
border-color css
<style>
span { border-color: #DD306B; }
span { border-color: rgb(221,48,107); }
td.TdClassName
{
border-color: #DD306B;
}
.TagClassName
{
border-color: #DD306B;
}
</style>