Shades of Cerise #DD426B
Tints of Cerise #DD426B
RGB
CMYK
RGB Variations
Color information
#DD426B (or 0xDD426B) is known color: Cerise. HEX triplet: DD, 42 and 6B. RGB value is (221,66,107). Sum of RGB (Red+Green+Blue) = 221+66+107=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD426B is #22BD94. Grayscale: #757575. Windows color (decimal): -2276757 or 7029469. OLE color: 7029469.
HSL color Cylindrical-coordinate representation of color #DD426B: hue angle of 344.13º 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 #DD426B is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 107 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.13 |
| HSL | 344.13º | 0.7% | 0.56% | - |
| HSV(B) | 344.13º | 0.7% | 0.87% | - |
| XYZ | 34.42 | 20.33 | 16.02 | - |
| YUV | 117.02 | 122.35 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 107 | 0 | 0.70 | 0.52 | 0.13 | 344.13 | 0.7 | 0.56 |
| Hex | DD | 42 | 6B | 0 | 46 | 34 | D | 158 | 46 | 38 |
| Octal | 335 | 102 | 153 | 0 | 106 | 64 | 15 | 530 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1101011 | 0 | 1000110 | 110100 | 1101 | 101011000 | 1000110 | 111000 |
Color Harmonies of #DD426B
Complementary color
Monochromatic Colors of #DD426B
Black with #DD426B
Text Example
Text Example
White with #DD426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD426B; }
p { color: rgb(221,66,107); }
H1.HeaderClassName
{
color: #DD426B;
}
.AnyTagClassName
{
color: #DD426B;
}
</style>
background-color css
<style>
a { background-color: #DD426B; }
a { background-color: rgb(221,66,107); }
div.DivClassName
{
background-color: #DD426B;
}
.BgClassName
{
background-color: #DD426B;
}
</style>
border-color css
<style>
span { border-color: #DD426B; }
span { border-color: rgb(221,66,107); }
td.TdClassName
{
border-color: #DD426B;
}
.TagClassName
{
border-color: #DD426B;
}
</style>