Shades of Cranberry #DD427D
Tints of Cranberry #DD427D
RGB
CMYK
RGB Variations
Color information
#DD427D (or 0xDD427D) is known color: Cranberry. HEX triplet: DD, 42 and 7D. RGB value is (221,66,125). Sum of RGB (Red+Green+Blue) = 221+66+125=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD427D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD427D is #22BD82. Grayscale: #767676. Windows color (decimal): -2276739 or 8209117. OLE color: 8209117.
HSL color Cylindrical-coordinate representation of color #DD427D: hue angle of 337.16º 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 #DD427D is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 125 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.13 |
| HSL | 337.16º | 0.7% | 0.56% | - |
| HSV(B) | 337.16º | 0.7% | 0.87% | - |
| XYZ | 35.47 | 20.75 | 21.54 | - |
| YUV | 119.07 | 131.35 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 125 | 0 | 0.70 | 0.43 | 0.13 | 337.16 | 0.7 | 0.56 |
| Hex | DD | 42 | 7D | 0 | 46 | 2B | D | 151 | 46 | 38 |
| Octal | 335 | 102 | 175 | 0 | 106 | 53 | 15 | 521 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1111101 | 0 | 1000110 | 101011 | 1101 | 101010001 | 1000110 | 111000 |
Color Harmonies of #DD427D
Complementary color
Monochromatic Colors of #DD427D
Black with #DD427D
Text Example
Text Example
White with #DD427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD427D; }
p { color: rgb(221,66,125); }
H1.HeaderClassName
{
color: #DD427D;
}
.AnyTagClassName
{
color: #DD427D;
}
</style>
background-color css
<style>
a { background-color: #DD427D; }
a { background-color: rgb(221,66,125); }
div.DivClassName
{
background-color: #DD427D;
}
.BgClassName
{
background-color: #DD427D;
}
</style>
border-color css
<style>
span { border-color: #DD427D; }
span { border-color: rgb(221,66,125); }
td.TdClassName
{
border-color: #DD427D;
}
.TagClassName
{
border-color: #DD427D;
}
</style>