Shades of Cerise #DD4264
Tints of Cerise #DD4264
RGB
CMYK
RGB Variations
Color information
#DD4264 (or 0xDD4264) is known color: Cerise. HEX triplet: DD, 42 and 64. RGB value is (221,66,100). Sum of RGB (Red+Green+Blue) = 221+66+100=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4264 is #22BD9B. Grayscale: #747474. Windows color (decimal): -2276764 or 6570717. OLE color: 6570717.
HSL color Cylindrical-coordinate representation of color #DD4264: hue angle of 346.84º 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 #DD4264 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 100 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.13 |
| HSL | 346.84º | 0.7% | 0.56% | - |
| HSV(B) | 346.84º | 0.7% | 0.87% | - |
| XYZ | 34.07 | 20.19 | 14.16 | - |
| YUV | 116.22 | 118.85 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 100 | 0 | 0.70 | 0.55 | 0.13 | 346.84 | 0.7 | 0.56 |
| Hex | DD | 42 | 64 | 0 | 46 | 37 | D | 15B | 46 | 38 |
| Octal | 335 | 102 | 144 | 0 | 106 | 67 | 15 | 533 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1100100 | 0 | 1000110 | 110111 | 1101 | 101011011 | 1000110 | 111000 |
Color Harmonies of #DD4264
Complementary color
Monochromatic Colors of #DD4264
Black with #DD4264
Text Example
Text Example
White with #DD4264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4264; }
p { color: rgb(221,66,100); }
H1.HeaderClassName
{
color: #DD4264;
}
.AnyTagClassName
{
color: #DD4264;
}
</style>
background-color css
<style>
a { background-color: #DD4264; }
a { background-color: rgb(221,66,100); }
div.DivClassName
{
background-color: #DD4264;
}
.BgClassName
{
background-color: #DD4264;
}
</style>
border-color css
<style>
span { border-color: #DD4264; }
span { border-color: rgb(221,66,100); }
td.TdClassName
{
border-color: #DD4264;
}
.TagClassName
{
border-color: #DD4264;
}
</style>