Shades of Cranberry #D55D7C
Tints of Cranberry #D55D7C
RGB
CMYK
RGB Variations
Color information
#D55D7C (or 0xD55D7C) is known color: Cranberry. HEX triplet: D5, 5D and 7C. RGB value is (213,93,124). Sum of RGB (Red+Green+Blue) = 213+93+124=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55D7C is #2AA283. Grayscale: #848484. Windows color (decimal): -2794116 or 8150485. OLE color: 8150485.
HSL color Cylindrical-coordinate representation of color #D55D7C: hue angle of 344.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 #D55D7C is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 124 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.16 |
| HSL | 344.5º | 0.59% | 0.6% | - |
| HSV(B) | 344.5º | 0.56% | 0.84% | - |
| XYZ | 34.99 | 23.43 | 21.75 | - |
| YUV | 132.41 | 123.26 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 124 | 0 | 0.56 | 0.42 | 0.16 | 344.5 | 0.59 | 0.6 |
| Hex | D5 | 5D | 7C | 0 | 38 | 2A | 10 | 158 | 3B | 3C |
| Octal | 325 | 135 | 174 | 0 | 70 | 52 | 20 | 530 | 73 | 74 |
| Binary | 11010101 | 1011101 | 1111100 | 0 | 111000 | 101010 | 10000 | 101011000 | 111011 | 111100 |
Color Harmonies of #D55D7C
Complementary color
Monochromatic Colors of #D55D7C
Black with #D55D7C
Text Example
Text Example
White with #D55D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55D7C; }
p { color: rgb(213,93,124); }
H1.HeaderClassName
{
color: #D55D7C;
}
.AnyTagClassName
{
color: #D55D7C;
}
</style>
background-color css
<style>
a { background-color: #D55D7C; }
a { background-color: rgb(213,93,124); }
div.DivClassName
{
background-color: #D55D7C;
}
.BgClassName
{
background-color: #D55D7C;
}
</style>
border-color css
<style>
span { border-color: #D55D7C; }
span { border-color: rgb(213,93,124); }
td.TdClassName
{
border-color: #D55D7C;
}
.TagClassName
{
border-color: #D55D7C;
}
</style>