Shades of Cranberry #D55D7A
Tints of Cranberry #D55D7A
RGB
CMYK
RGB Variations
Color information
#D55D7A (or 0xD55D7A) is known color: Cranberry. HEX triplet: D5, 5D and 7A. RGB value is (213,93,122). Sum of RGB (Red+Green+Blue) = 213+93+122=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55D7A is #2AA285. Grayscale: #848484. Windows color (decimal): -2794118 or 8019413. OLE color: 8019413.
HSL color Cylindrical-coordinate representation of color #D55D7A: hue angle of 345.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55D7A is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 122 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.16 |
| HSL | 345.5º | 0.59% | 0.6% | - |
| HSV(B) | 345.5º | 0.56% | 0.84% | - |
| XYZ | 34.87 | 23.38 | 21.09 | - |
| YUV | 132.19 | 122.26 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 122 | 0 | 0.56 | 0.43 | 0.16 | 345.5 | 0.59 | 0.6 |
| Hex | D5 | 5D | 7A | 0 | 38 | 2B | 10 | 15A | 3B | 3C |
| Octal | 325 | 135 | 172 | 0 | 70 | 53 | 20 | 532 | 73 | 74 |
| Binary | 11010101 | 1011101 | 1111010 | 0 | 111000 | 101011 | 10000 | 101011010 | 111011 | 111100 |
Color Harmonies of #D55D7A
Complementary color
Monochromatic Colors of #D55D7A
Black with #D55D7A
Text Example
Text Example
White with #D55D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55D7A; }
p { color: rgb(213,93,122); }
H1.HeaderClassName
{
color: #D55D7A;
}
.AnyTagClassName
{
color: #D55D7A;
}
</style>
background-color css
<style>
a { background-color: #D55D7A; }
a { background-color: rgb(213,93,122); }
div.DivClassName
{
background-color: #D55D7A;
}
.BgClassName
{
background-color: #D55D7A;
}
</style>
border-color css
<style>
span { border-color: #D55D7A; }
span { border-color: rgb(213,93,122); }
td.TdClassName
{
border-color: #D55D7A;
}
.TagClassName
{
border-color: #D55D7A;
}
</style>