Shades of Cranberry #DD5181
Tints of Cranberry #DD5181
RGB
CMYK
RGB Variations
Color information
#DD5181 (or 0xDD5181) is known color: Cranberry. HEX triplet: DD, 51 and 81. RGB value is (221,81,129). Sum of RGB (Red+Green+Blue) = 221+81+129=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5181 is #22AE7E. Grayscale: #808080. Windows color (decimal): -2272895 or 8475101. OLE color: 8475101.
HSL color Cylindrical-coordinate representation of color #DD5181: hue angle of 339.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5181 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 129 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.13 |
| HSL | 339.43º | 0.67% | 0.59% | - |
| HSV(B) | 339.43º | 0.63% | 0.87% | - |
| XYZ | 36.72 | 22.84 | 23.24 | - |
| YUV | 128.33 | 128.38 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 129 | 0 | 0.63 | 0.42 | 0.13 | 339.43 | 0.67 | 0.59 |
| Hex | DD | 51 | 81 | 0 | 3F | 2A | D | 153 | 43 | 3B |
| Octal | 335 | 121 | 201 | 0 | 77 | 52 | 15 | 523 | 103 | 73 |
| Binary | 11011101 | 1010001 | 10000001 | 0 | 111111 | 101010 | 1101 | 101010011 | 1000011 | 111011 |
Color Harmonies of #DD5181
Complementary color
Monochromatic Colors of #DD5181
Black with #DD5181
Text Example
Text Example
White with #DD5181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5181; }
p { color: rgb(221,81,129); }
H1.HeaderClassName
{
color: #DD5181;
}
.AnyTagClassName
{
color: #DD5181;
}
</style>
background-color css
<style>
a { background-color: #DD5181; }
a { background-color: rgb(221,81,129); }
div.DivClassName
{
background-color: #DD5181;
}
.BgClassName
{
background-color: #DD5181;
}
</style>
border-color css
<style>
span { border-color: #DD5181; }
span { border-color: rgb(221,81,129); }
td.TdClassName
{
border-color: #DD5181;
}
.TagClassName
{
border-color: #DD5181;
}
</style>