Shades of Cranberry #DD4380
Tints of Cranberry #DD4380
RGB
CMYK
RGB Variations
Color information
#DD4380 (or 0xDD4380) is known color: Cranberry. HEX triplet: DD, 43 and 80. RGB value is (221,67,128). Sum of RGB (Red+Green+Blue) = 221+67+128=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4380 is #22BC7F. Grayscale: #777777. Windows color (decimal): -2276480 or 8405981. OLE color: 8405981.
HSL color Cylindrical-coordinate representation of color #DD4380: hue angle of 336.23º degrees, saturation: 0.69, 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 #DD4380 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 128 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.13 |
| HSL | 336.23º | 0.69% | 0.56% | - |
| HSV(B) | 336.23º | 0.7% | 0.87% | - |
| XYZ | 35.72 | 20.94 | 22.58 | - |
| YUV | 120 | 132.52 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 128 | 0 | 0.70 | 0.42 | 0.13 | 336.23 | 0.69 | 0.56 |
| Hex | DD | 43 | 80 | 0 | 46 | 2A | D | 150 | 45 | 38 |
| Octal | 335 | 103 | 200 | 0 | 106 | 52 | 15 | 520 | 105 | 70 |
| Binary | 11011101 | 1000011 | 10000000 | 0 | 1000110 | 101010 | 1101 | 101010000 | 1000101 | 111000 |
Color Harmonies of #DD4380
Complementary color
Monochromatic Colors of #DD4380
Black with #DD4380
Text Example
Text Example
White with #DD4380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4380; }
p { color: rgb(221,67,128); }
H1.HeaderClassName
{
color: #DD4380;
}
.AnyTagClassName
{
color: #DD4380;
}
</style>
background-color css
<style>
a { background-color: #DD4380; }
a { background-color: rgb(221,67,128); }
div.DivClassName
{
background-color: #DD4380;
}
.BgClassName
{
background-color: #DD4380;
}
</style>
border-color css
<style>
span { border-color: #DD4380; }
span { border-color: rgb(221,67,128); }
td.TdClassName
{
border-color: #DD4380;
}
.TagClassName
{
border-color: #DD4380;
}
</style>