Shades of Cranberry #DD417E
Tints of Cranberry #DD417E
RGB
CMYK
RGB Variations
Color information
#DD417E (or 0xDD417E) is known color: Cranberry. HEX triplet: DD, 41 and 7E. RGB value is (221,65,126). Sum of RGB (Red+Green+Blue) = 221+65+126=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD417E is #22BE81. Grayscale: #767676. Windows color (decimal): -2276994 or 8274397. OLE color: 8274397.
HSL color Cylindrical-coordinate representation of color #DD417E: hue angle of 336.54º 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 #DD417E is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 126 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.13 |
| HSL | 336.54º | 0.7% | 0.56% | - |
| HSV(B) | 336.54º | 0.71% | 0.87% | - |
| XYZ | 35.47 | 20.66 | 21.86 | - |
| YUV | 118.6 | 132.18 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 126 | 0 | 0.71 | 0.43 | 0.13 | 336.54 | 0.7 | 0.56 |
| Hex | DD | 41 | 7E | 0 | 47 | 2B | D | 151 | 46 | 38 |
| Octal | 335 | 101 | 176 | 0 | 107 | 53 | 15 | 521 | 106 | 70 |
| Binary | 11011101 | 1000001 | 1111110 | 0 | 1000111 | 101011 | 1101 | 101010001 | 1000110 | 111000 |
Color Harmonies of #DD417E
Complementary color
Monochromatic Colors of #DD417E
Black with #DD417E
Text Example
Text Example
White with #DD417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD417E; }
p { color: rgb(221,65,126); }
H1.HeaderClassName
{
color: #DD417E;
}
.AnyTagClassName
{
color: #DD417E;
}
</style>
background-color css
<style>
a { background-color: #DD417E; }
a { background-color: rgb(221,65,126); }
div.DivClassName
{
background-color: #DD417E;
}
.BgClassName
{
background-color: #DD417E;
}
</style>
border-color css
<style>
span { border-color: #DD417E; }
span { border-color: rgb(221,65,126); }
td.TdClassName
{
border-color: #DD417E;
}
.TagClassName
{
border-color: #DD417E;
}
</style>