Shades of Cerise #DD4266
Tints of Cerise #DD4266
RGB
CMYK
RGB Variations
Color information
#DD4266 (or 0xDD4266) is known color: Cerise. HEX triplet: DD, 42 and 66. RGB value is (221,66,102). Sum of RGB (Red+Green+Blue) = 221+66+102=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4266 is #22BD99. Grayscale: #747474. Windows color (decimal): -2276762 or 6701789. OLE color: 6701789.
HSL color Cylindrical-coordinate representation of color #DD4266: hue angle of 346.06º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4266 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 102 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.13 |
| HSL | 346.06º | 0.7% | 0.56% | - |
| HSV(B) | 346.06º | 0.7% | 0.87% | - |
| XYZ | 34.17 | 20.23 | 14.67 | - |
| YUV | 116.45 | 119.85 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 102 | 0 | 0.70 | 0.54 | 0.13 | 346.06 | 0.7 | 0.56 |
| Hex | DD | 42 | 66 | 0 | 46 | 36 | D | 15A | 46 | 38 |
| Octal | 335 | 102 | 146 | 0 | 106 | 66 | 15 | 532 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1100110 | 0 | 1000110 | 110110 | 1101 | 101011010 | 1000110 | 111000 |
Color Harmonies of #DD4266
Complementary color
Monochromatic Colors of #DD4266
Black with #DD4266
Text Example
Text Example
White with #DD4266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4266; }
p { color: rgb(221,66,102); }
H1.HeaderClassName
{
color: #DD4266;
}
.AnyTagClassName
{
color: #DD4266;
}
</style>
background-color css
<style>
a { background-color: #DD4266; }
a { background-color: rgb(221,66,102); }
div.DivClassName
{
background-color: #DD4266;
}
.BgClassName
{
background-color: #DD4266;
}
</style>
border-color css
<style>
span { border-color: #DD4266; }
span { border-color: rgb(221,66,102); }
td.TdClassName
{
border-color: #DD4266;
}
.TagClassName
{
border-color: #DD4266;
}
</style>