Shades of Cerise #DD4167
Tints of Cerise #DD4167
RGB
CMYK
RGB Variations
Color information
#DD4167 (or 0xDD4167) is known color: Cerise. HEX triplet: DD, 41 and 67. RGB value is (221,65,103). Sum of RGB (Red+Green+Blue) = 221+65+103=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4167 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4167 is #22BE98. Grayscale: #737373. Windows color (decimal): -2277017 or 6767069. OLE color: 6767069.
HSL color Cylindrical-coordinate representation of color #DD4167: hue angle of 345.38º 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 #DD4167 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 103 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.13 |
| HSL | 345.38º | 0.7% | 0.56% | - |
| HSV(B) | 345.38º | 0.71% | 0.87% | - |
| XYZ | 34.16 | 20.13 | 14.92 | - |
| YUV | 115.98 | 120.68 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 103 | 0 | 0.71 | 0.53 | 0.13 | 345.38 | 0.7 | 0.56 |
| Hex | DD | 41 | 67 | 0 | 47 | 35 | D | 159 | 46 | 38 |
| Octal | 335 | 101 | 147 | 0 | 107 | 65 | 15 | 531 | 106 | 70 |
| Binary | 11011101 | 1000001 | 1100111 | 0 | 1000111 | 110101 | 1101 | 101011001 | 1000110 | 111000 |
Color Harmonies of #DD4167
Complementary color
Monochromatic Colors of #DD4167
Black with #DD4167
Text Example
Text Example
White with #DD4167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4167; }
p { color: rgb(221,65,103); }
H1.HeaderClassName
{
color: #DD4167;
}
.AnyTagClassName
{
color: #DD4167;
}
</style>
background-color css
<style>
a { background-color: #DD4167; }
a { background-color: rgb(221,65,103); }
div.DivClassName
{
background-color: #DD4167;
}
.BgClassName
{
background-color: #DD4167;
}
</style>
border-color css
<style>
span { border-color: #DD4167; }
span { border-color: rgb(221,65,103); }
td.TdClassName
{
border-color: #DD4167;
}
.TagClassName
{
border-color: #DD4167;
}
</style>