Shades of Cranberry #D5627A
Tints of Cranberry #D5627A
RGB
CMYK
RGB Variations
Color information
#D5627A (or 0xD5627A) is known color: Cranberry. HEX triplet: D5, 62 and 7A. RGB value is (213,98,122). Sum of RGB (Red+Green+Blue) = 213+98+122=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D5627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5627A is #2A9D85. Grayscale: #878787. Windows color (decimal): -2792838 or 8020693. OLE color: 8020693.
HSL color Cylindrical-coordinate representation of color #D5627A: hue angle of 347.48º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5627A is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 122 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.16 |
| HSL | 347.48º | 0.58% | 0.61% | - |
| HSV(B) | 347.48º | 0.54% | 0.84% | - |
| XYZ | 35.32 | 24.29 | 21.24 | - |
| YUV | 135.12 | 120.6 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 122 | 0 | 0.54 | 0.43 | 0.16 | 347.48 | 0.58 | 0.61 |
| Hex | D5 | 62 | 7A | 0 | 36 | 2B | 10 | 15B | 3A | 3D |
| Octal | 325 | 142 | 172 | 0 | 66 | 53 | 20 | 533 | 72 | 75 |
| Binary | 11010101 | 1100010 | 1111010 | 0 | 110110 | 101011 | 10000 | 101011011 | 111010 | 111101 |
Color Harmonies of #D5627A
Complementary color
Monochromatic Colors of #D5627A
Black with #D5627A
Text Example
Text Example
White with #D5627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5627A; }
p { color: rgb(213,98,122); }
H1.HeaderClassName
{
color: #D5627A;
}
.AnyTagClassName
{
color: #D5627A;
}
</style>
background-color css
<style>
a { background-color: #D5627A; }
a { background-color: rgb(213,98,122); }
div.DivClassName
{
background-color: #D5627A;
}
.BgClassName
{
background-color: #D5627A;
}
</style>
border-color css
<style>
span { border-color: #D5627A; }
span { border-color: rgb(213,98,122); }
td.TdClassName
{
border-color: #D5627A;
}
.TagClassName
{
border-color: #D5627A;
}
</style>