Shades of Cranberry #D55F7A
Tints of Cranberry #D55F7A
RGB
CMYK
RGB Variations
Color information
#D55F7A (or 0xD55F7A) is known color: Cranberry. HEX triplet: D5, 5F and 7A. RGB value is (213,95,122). Sum of RGB (Red+Green+Blue) = 213+95+122=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F7A is #2AA085. Grayscale: #858585. Windows color (decimal): -2793606 or 8019925. OLE color: 8019925.
HSL color Cylindrical-coordinate representation of color #D55F7A: hue angle of 346.27º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D55F7A is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 122 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.16 |
| HSL | 346.27º | 0.58% | 0.6% | - |
| HSV(B) | 346.27º | 0.55% | 0.84% | - |
| XYZ | 35.05 | 23.74 | 21.15 | - |
| YUV | 133.36 | 121.59 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 122 | 0 | 0.55 | 0.43 | 0.16 | 346.27 | 0.58 | 0.6 |
| Hex | D5 | 5F | 7A | 0 | 37 | 2B | 10 | 15A | 3A | 3C |
| Octal | 325 | 137 | 172 | 0 | 67 | 53 | 20 | 532 | 72 | 74 |
| Binary | 11010101 | 1011111 | 1111010 | 0 | 110111 | 101011 | 10000 | 101011010 | 111010 | 111100 |
Color Harmonies of #D55F7A
Complementary color
Monochromatic Colors of #D55F7A
Black with #D55F7A
Text Example
Text Example
White with #D55F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F7A; }
p { color: rgb(213,95,122); }
H1.HeaderClassName
{
color: #D55F7A;
}
.AnyTagClassName
{
color: #D55F7A;
}
</style>
background-color css
<style>
a { background-color: #D55F7A; }
a { background-color: rgb(213,95,122); }
div.DivClassName
{
background-color: #D55F7A;
}
.BgClassName
{
background-color: #D55F7A;
}
</style>
border-color css
<style>
span { border-color: #D55F7A; }
span { border-color: rgb(213,95,122); }
td.TdClassName
{
border-color: #D55F7A;
}
.TagClassName
{
border-color: #D55F7A;
}
</style>