Shades of Cranberry #DD457E
Tints of Cranberry #DD457E
RGB
CMYK
RGB Variations
Color information
#DD457E (or 0xDD457E) is known color: Cranberry. HEX triplet: DD, 45 and 7E. RGB value is (221,69,126). Sum of RGB (Red+Green+Blue) = 221+69+126=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD457E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD457E is #22BA81. Grayscale: #787878. Windows color (decimal): -2275970 or 8275421. OLE color: 8275421.
HSL color Cylindrical-coordinate representation of color #DD457E: hue angle of 337.5º 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 #DD457E is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 126 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.13 |
| HSL | 337.5º | 0.69% | 0.57% | - |
| HSV(B) | 337.5º | 0.69% | 0.87% | - |
| XYZ | 35.71 | 21.13 | 21.94 | - |
| YUV | 120.95 | 130.86 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 126 | 0 | 0.69 | 0.43 | 0.13 | 337.5 | 0.69 | 0.57 |
| Hex | DD | 45 | 7E | 0 | 45 | 2B | D | 152 | 45 | 39 |
| Octal | 335 | 105 | 176 | 0 | 105 | 53 | 15 | 522 | 105 | 71 |
| Binary | 11011101 | 1000101 | 1111110 | 0 | 1000101 | 101011 | 1101 | 101010010 | 1000101 | 111001 |
Color Harmonies of #DD457E
Complementary color
Monochromatic Colors of #DD457E
Black with #DD457E
Text Example
Text Example
White with #DD457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD457E; }
p { color: rgb(221,69,126); }
H1.HeaderClassName
{
color: #DD457E;
}
.AnyTagClassName
{
color: #DD457E;
}
</style>
background-color css
<style>
a { background-color: #DD457E; }
a { background-color: rgb(221,69,126); }
div.DivClassName
{
background-color: #DD457E;
}
.BgClassName
{
background-color: #DD457E;
}
</style>
border-color css
<style>
span { border-color: #DD457E; }
span { border-color: rgb(221,69,126); }
td.TdClassName
{
border-color: #DD457E;
}
.TagClassName
{
border-color: #DD457E;
}
</style>