Shades of Cerise #DD3767
Tints of Cerise #DD3767
RGB
CMYK
RGB Variations
Color information
#DD3767 (or 0xDD3767) is known color: Cerise. HEX triplet: DD, 37 and 67. RGB value is (221,55,103). Sum of RGB (Red+Green+Blue) = 221+55+103=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3767 is #22C898. Grayscale: #6E6E6E. Windows color (decimal): -2279577 or 6764509. OLE color: 6764509.
HSL color Cylindrical-coordinate representation of color #DD3767: hue angle of 342.65º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3767 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 103 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.13 |
| HSL | 342.65º | 0.71% | 0.54% | - |
| HSV(B) | 342.65º | 0.75% | 0.87% | - |
| XYZ | 33.63 | 19.08 | 14.74 | - |
| YUV | 110.11 | 124 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 103 | 0 | 0.75 | 0.53 | 0.13 | 342.65 | 0.71 | 0.54 |
| Hex | DD | 37 | 67 | 0 | 4B | 35 | D | 157 | 47 | 36 |
| Octal | 335 | 67 | 147 | 0 | 113 | 65 | 15 | 527 | 107 | 66 |
| Binary | 11011101 | 110111 | 1100111 | 0 | 1001011 | 110101 | 1101 | 101010111 | 1000111 | 110110 |
Color Harmonies of #DD3767
Complementary color
Monochromatic Colors of #DD3767
Black with #DD3767
Text Example
Text Example
White with #DD3767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3767; }
p { color: rgb(221,55,103); }
H1.HeaderClassName
{
color: #DD3767;
}
.AnyTagClassName
{
color: #DD3767;
}
</style>
background-color css
<style>
a { background-color: #DD3767; }
a { background-color: rgb(221,55,103); }
div.DivClassName
{
background-color: #DD3767;
}
.BgClassName
{
background-color: #DD3767;
}
</style>
border-color css
<style>
span { border-color: #DD3767; }
span { border-color: rgb(221,55,103); }
td.TdClassName
{
border-color: #DD3767;
}
.TagClassName
{
border-color: #DD3767;
}
</style>