Shades of Cranberry #DD457F
Tints of Cranberry #DD457F
RGB
CMYK
RGB Variations
Color information
#DD457F (or 0xDD457F) is known color: Cranberry. HEX triplet: DD, 45 and 7F. RGB value is (221,69,127). Sum of RGB (Red+Green+Blue) = 221+69+127=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD457F is #22BA80. Grayscale: #787878. Windows color (decimal): -2275969 or 8340957. OLE color: 8340957.
HSL color Cylindrical-coordinate representation of color #DD457F: hue angle of 337.11º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD457F is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 127 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.13 |
| HSL | 337.11º | 0.69% | 0.57% | - |
| HSV(B) | 337.11º | 0.69% | 0.87% | - |
| XYZ | 35.78 | 21.16 | 22.28 | - |
| YUV | 121.06 | 131.36 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 127 | 0 | 0.69 | 0.43 | 0.13 | 337.11 | 0.69 | 0.57 |
| Hex | DD | 45 | 7F | 0 | 45 | 2B | D | 151 | 45 | 39 |
| Octal | 335 | 105 | 177 | 0 | 105 | 53 | 15 | 521 | 105 | 71 |
| Binary | 11011101 | 1000101 | 1111111 | 0 | 1000101 | 101011 | 1101 | 101010001 | 1000101 | 111001 |
Color Harmonies of #DD457F
Complementary color
Monochromatic Colors of #DD457F
Black with #DD457F
Text Example
Text Example
White with #DD457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD457F; }
p { color: rgb(221,69,127); }
H1.HeaderClassName
{
color: #DD457F;
}
.AnyTagClassName
{
color: #DD457F;
}
</style>
background-color css
<style>
a { background-color: #DD457F; }
a { background-color: rgb(221,69,127); }
div.DivClassName
{
background-color: #DD457F;
}
.BgClassName
{
background-color: #DD457F;
}
</style>
border-color css
<style>
span { border-color: #DD457F; }
span { border-color: rgb(221,69,127); }
td.TdClassName
{
border-color: #DD457F;
}
.TagClassName
{
border-color: #DD457F;
}
</style>