Shades of Cerise #DD3867
Tints of Cerise #DD3867
RGB
CMYK
RGB Variations
Color information
#DD3867 (or 0xDD3867) is known color: Cerise. HEX triplet: DD, 38 and 67. RGB value is (221,56,103). Sum of RGB (Red+Green+Blue) = 221+56+103=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3867 is #22C798. Grayscale: #6E6E6E. Windows color (decimal): -2279321 or 6764765. OLE color: 6764765.
HSL color Cylindrical-coordinate representation of color #DD3867: hue angle of 342.91º 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 #DD3867 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 103 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.13 |
| HSL | 342.91º | 0.71% | 0.54% | - |
| HSV(B) | 342.91º | 0.75% | 0.87% | - |
| XYZ | 33.68 | 19.18 | 14.76 | - |
| YUV | 110.69 | 123.66 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 103 | 0 | 0.75 | 0.53 | 0.13 | 342.91 | 0.71 | 0.54 |
| Hex | DD | 38 | 67 | 0 | 4B | 35 | D | 157 | 47 | 36 |
| Octal | 335 | 70 | 147 | 0 | 113 | 65 | 15 | 527 | 107 | 66 |
| Binary | 11011101 | 111000 | 1100111 | 0 | 1001011 | 110101 | 1101 | 101010111 | 1000111 | 110110 |
Color Harmonies of #DD3867
Complementary color
Monochromatic Colors of #DD3867
Black with #DD3867
Text Example
Text Example
White with #DD3867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3867; }
p { color: rgb(221,56,103); }
H1.HeaderClassName
{
color: #DD3867;
}
.AnyTagClassName
{
color: #DD3867;
}
</style>
background-color css
<style>
a { background-color: #DD3867; }
a { background-color: rgb(221,56,103); }
div.DivClassName
{
background-color: #DD3867;
}
.BgClassName
{
background-color: #DD3867;
}
</style>
border-color css
<style>
span { border-color: #DD3867; }
span { border-color: rgb(221,56,103); }
td.TdClassName
{
border-color: #DD3867;
}
.TagClassName
{
border-color: #DD3867;
}
</style>