Shades of Cranberry #DD5380
Tints of Cranberry #DD5380
RGB
CMYK
RGB Variations
Color information
#DD5380 (or 0xDD5380) is known color: Cranberry. HEX triplet: DD, 53 and 80. RGB value is (221,83,128). Sum of RGB (Red+Green+Blue) = 221+83+128=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5380 is #22AC7F. Grayscale: #818181. Windows color (decimal): -2272384 or 8410077. OLE color: 8410077.
HSL color Cylindrical-coordinate representation of color #DD5380: hue angle of 340.43º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5380 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 128 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.13 |
| HSL | 340.43º | 0.67% | 0.6% | - |
| HSV(B) | 340.43º | 0.62% | 0.87% | - |
| XYZ | 36.81 | 23.12 | 22.94 | - |
| YUV | 129.39 | 127.22 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 128 | 0 | 0.62 | 0.42 | 0.13 | 340.43 | 0.67 | 0.6 |
| Hex | DD | 53 | 80 | 0 | 3E | 2A | D | 154 | 43 | 3C |
| Octal | 335 | 123 | 200 | 0 | 76 | 52 | 15 | 524 | 103 | 74 |
| Binary | 11011101 | 1010011 | 10000000 | 0 | 111110 | 101010 | 1101 | 101010100 | 1000011 | 111100 |
Color Harmonies of #DD5380
Complementary color
Monochromatic Colors of #DD5380
Black with #DD5380
Text Example
Text Example
White with #DD5380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5380; }
p { color: rgb(221,83,128); }
H1.HeaderClassName
{
color: #DD5380;
}
.AnyTagClassName
{
color: #DD5380;
}
</style>
background-color css
<style>
a { background-color: #DD5380; }
a { background-color: rgb(221,83,128); }
div.DivClassName
{
background-color: #DD5380;
}
.BgClassName
{
background-color: #DD5380;
}
</style>
border-color css
<style>
span { border-color: #DD5380; }
span { border-color: rgb(221,83,128); }
td.TdClassName
{
border-color: #DD5380;
}
.TagClassName
{
border-color: #DD5380;
}
</style>