Shades of Cerise #DD4062
Tints of Cerise #DD4062
RGB
CMYK
RGB Variations
Color information
#DD4062 (or 0xDD4062) is known color: Cerise. HEX triplet: DD, 40 and 62. RGB value is (221,64,98). Sum of RGB (Red+Green+Blue) = 221+64+98=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4062 is #22BF9D. Grayscale: #727272. Windows color (decimal): -2277278 or 6439133. OLE color: 6439133.
HSL color Cylindrical-coordinate representation of color #DD4062: hue angle of 347.01º 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 #DD4062 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 98 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.13 |
| HSL | 347.01º | 0.7% | 0.56% | - |
| HSV(B) | 347.01º | 0.71% | 0.87% | - |
| XYZ | 33.86 | 19.92 | 13.62 | - |
| YUV | 114.82 | 118.51 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 98 | 0 | 0.71 | 0.56 | 0.13 | 347.01 | 0.7 | 0.56 |
| Hex | DD | 40 | 62 | 0 | 47 | 38 | D | 15B | 46 | 38 |
| Octal | 335 | 100 | 142 | 0 | 107 | 70 | 15 | 533 | 106 | 70 |
| Binary | 11011101 | 1000000 | 1100010 | 0 | 1000111 | 111000 | 1101 | 101011011 | 1000110 | 111000 |
Color Harmonies of #DD4062
Complementary color
Monochromatic Colors of #DD4062
Black with #DD4062
Text Example
Text Example
White with #DD4062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4062; }
p { color: rgb(221,64,98); }
H1.HeaderClassName
{
color: #DD4062;
}
.AnyTagClassName
{
color: #DD4062;
}
</style>
background-color css
<style>
a { background-color: #DD4062; }
a { background-color: rgb(221,64,98); }
div.DivClassName
{
background-color: #DD4062;
}
.BgClassName
{
background-color: #DD4062;
}
</style>
border-color css
<style>
span { border-color: #DD4062; }
span { border-color: rgb(221,64,98); }
td.TdClassName
{
border-color: #DD4062;
}
.TagClassName
{
border-color: #DD4062;
}
</style>