Shades of Cranberry #D55681
Tints of Cranberry #D55681
RGB
CMYK
RGB Variations
Color information
#D55681 (or 0xD55681) is known color: Cranberry. HEX triplet: D5, 56 and 81. RGB value is (213,86,129). Sum of RGB (Red+Green+Blue) = 213+86+129=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D55681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55681 is #2AA97E. Grayscale: #808080. Windows color (decimal): -2795903 or 8476373. OLE color: 8476373.
HSL color Cylindrical-coordinate representation of color #D55681: hue angle of 339.69º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D55681 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 129 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.16 |
| HSL | 339.69º | 0.6% | 0.59% | - |
| HSV(B) | 339.69º | 0.6% | 0.84% | - |
| XYZ | 34.73 | 22.39 | 23.26 | - |
| YUV | 128.88 | 128.08 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 129 | 0 | 0.60 | 0.39 | 0.16 | 339.69 | 0.6 | 0.59 |
| Hex | D5 | 56 | 81 | 0 | 3C | 27 | 10 | 154 | 3C | 3B |
| Octal | 325 | 126 | 201 | 0 | 74 | 47 | 20 | 524 | 74 | 73 |
| Binary | 11010101 | 1010110 | 10000001 | 0 | 111100 | 100111 | 10000 | 101010100 | 111100 | 111011 |
Color Harmonies of #D55681
Complementary color
Monochromatic Colors of #D55681
Black with #D55681
Text Example
Text Example
White with #D55681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55681; }
p { color: rgb(213,86,129); }
H1.HeaderClassName
{
color: #D55681;
}
.AnyTagClassName
{
color: #D55681;
}
</style>
background-color css
<style>
a { background-color: #D55681; }
a { background-color: rgb(213,86,129); }
div.DivClassName
{
background-color: #D55681;
}
.BgClassName
{
background-color: #D55681;
}
</style>
border-color css
<style>
span { border-color: #D55681; }
span { border-color: rgb(213,86,129); }
td.TdClassName
{
border-color: #D55681;
}
.TagClassName
{
border-color: #D55681;
}
</style>