Shades of Cranberry #DD4274
Tints of Cranberry #DD4274
RGB
CMYK
RGB Variations
Color information
#DD4274 (or 0xDD4274) is known color: Cranberry. HEX triplet: DD, 42 and 74. RGB value is (221,66,116). Sum of RGB (Red+Green+Blue) = 221+66+116=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4274 is #22BD8B. Grayscale: #767676. Windows color (decimal): -2276748 or 7619293. OLE color: 7619293.
HSL color Cylindrical-coordinate representation of color #DD4274: hue angle of 340.65º 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 #DD4274 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 116 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.13 |
| HSL | 340.65º | 0.7% | 0.56% | - |
| HSV(B) | 340.65º | 0.7% | 0.87% | - |
| XYZ | 34.92 | 20.53 | 18.65 | - |
| YUV | 118.05 | 126.85 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 116 | 0 | 0.70 | 0.48 | 0.13 | 340.65 | 0.7 | 0.56 |
| Hex | DD | 42 | 74 | 0 | 46 | 30 | D | 155 | 46 | 38 |
| Octal | 335 | 102 | 164 | 0 | 106 | 60 | 15 | 525 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1110100 | 0 | 1000110 | 110000 | 1101 | 101010101 | 1000110 | 111000 |
Color Harmonies of #DD4274
Complementary color
Monochromatic Colors of #DD4274
Black with #DD4274
Text Example
Text Example
White with #DD4274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4274; }
p { color: rgb(221,66,116); }
H1.HeaderClassName
{
color: #DD4274;
}
.AnyTagClassName
{
color: #DD4274;
}
</style>
background-color css
<style>
a { background-color: #DD4274; }
a { background-color: rgb(221,66,116); }
div.DivClassName
{
background-color: #DD4274;
}
.BgClassName
{
background-color: #DD4274;
}
</style>
border-color css
<style>
span { border-color: #DD4274; }
span { border-color: rgb(221,66,116); }
td.TdClassName
{
border-color: #DD4274;
}
.TagClassName
{
border-color: #DD4274;
}
</style>