Shades of Cranberry #DD407D
Tints of Cranberry #DD407D
RGB
CMYK
RGB Variations
Color information
#DD407D (or 0xDD407D) is known color: Cranberry. HEX triplet: DD, 40 and 7D. RGB value is (221,64,125). Sum of RGB (Red+Green+Blue) = 221+64+125=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD407D is #22BF82. Grayscale: #757575. Windows color (decimal): -2277251 or 8208605. OLE color: 8208605.
HSL color Cylindrical-coordinate representation of color #DD407D: hue angle of 336.69º 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 #DD407D is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 125 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.13 |
| HSL | 336.69º | 0.7% | 0.56% | - |
| HSV(B) | 336.69º | 0.71% | 0.87% | - |
| XYZ | 35.35 | 20.52 | 21.5 | - |
| YUV | 117.9 | 132.01 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 125 | 0 | 0.71 | 0.43 | 0.13 | 336.69 | 0.7 | 0.56 |
| Hex | DD | 40 | 7D | 0 | 47 | 2B | D | 151 | 46 | 38 |
| Octal | 335 | 100 | 175 | 0 | 107 | 53 | 15 | 521 | 106 | 70 |
| Binary | 11011101 | 1000000 | 1111101 | 0 | 1000111 | 101011 | 1101 | 101010001 | 1000110 | 111000 |
Color Harmonies of #DD407D
Complementary color
Monochromatic Colors of #DD407D
Black with #DD407D
Text Example
Text Example
White with #DD407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD407D; }
p { color: rgb(221,64,125); }
H1.HeaderClassName
{
color: #DD407D;
}
.AnyTagClassName
{
color: #DD407D;
}
</style>
background-color css
<style>
a { background-color: #DD407D; }
a { background-color: rgb(221,64,125); }
div.DivClassName
{
background-color: #DD407D;
}
.BgClassName
{
background-color: #DD407D;
}
</style>
border-color css
<style>
span { border-color: #DD407D; }
span { border-color: rgb(221,64,125); }
td.TdClassName
{
border-color: #DD407D;
}
.TagClassName
{
border-color: #DD407D;
}
</style>