Shades of Cerise #DD316C
Tints of Cerise #DD316C
RGB
CMYK
RGB Variations
Color information
#DD316C (or 0xDD316C) is known color: Cerise. HEX triplet: DD, 31 and 6C. RGB value is (221,49,108). Sum of RGB (Red+Green+Blue) = 221+49+108=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD316C is #22CE93. Grayscale: #6B6B6B. Windows color (decimal): -2281108 or 7090653. OLE color: 7090653.
HSL color Cylindrical-coordinate representation of color #DD316C: hue angle of 339.42º 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 #DD316C is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 108 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.13 |
| HSL | 339.42º | 0.72% | 0.53% | - |
| HSV(B) | 339.42º | 0.78% | 0.87% | - |
| XYZ | 33.62 | 18.65 | 16.02 | - |
| YUV | 107.15 | 128.48 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 108 | 0 | 0.78 | 0.51 | 0.13 | 339.42 | 0.72 | 0.53 |
| Hex | DD | 31 | 6C | 0 | 4E | 33 | D | 153 | 48 | 35 |
| Octal | 335 | 61 | 154 | 0 | 116 | 63 | 15 | 523 | 110 | 65 |
| Binary | 11011101 | 110001 | 1101100 | 0 | 1001110 | 110011 | 1101 | 101010011 | 1001000 | 110101 |
Color Harmonies of #DD316C
Complementary color
Monochromatic Colors of #DD316C
Black with #DD316C
Text Example
Text Example
White with #DD316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD316C; }
p { color: rgb(221,49,108); }
H1.HeaderClassName
{
color: #DD316C;
}
.AnyTagClassName
{
color: #DD316C;
}
</style>
background-color css
<style>
a { background-color: #DD316C; }
a { background-color: rgb(221,49,108); }
div.DivClassName
{
background-color: #DD316C;
}
.BgClassName
{
background-color: #DD316C;
}
</style>
border-color css
<style>
span { border-color: #DD316C; }
span { border-color: rgb(221,49,108); }
td.TdClassName
{
border-color: #DD316C;
}
.TagClassName
{
border-color: #DD316C;
}
</style>