Shades of Cranberry #D54E7E
Tints of Cranberry #D54E7E
RGB
CMYK
RGB Variations
Color information
#D54E7E (or 0xD54E7E) is known color: Cranberry. HEX triplet: D5, 4E and 7E. RGB value is (213,78,126). Sum of RGB (Red+Green+Blue) = 213+78+126=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54E7E is #2AB181. Grayscale: #7B7B7B. Windows color (decimal): -2797954 or 8277717. OLE color: 8277717.
HSL color Cylindrical-coordinate representation of color #D54E7E: hue angle of 338.67º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54E7E is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 126 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.16 |
| HSL | 338.67º | 0.62% | 0.57% | - |
| HSV(B) | 338.67º | 0.63% | 0.84% | - |
| XYZ | 33.93 | 21.1 | 22.02 | - |
| YUV | 123.84 | 129.23 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 126 | 0 | 0.63 | 0.41 | 0.16 | 338.67 | 0.62 | 0.57 |
| Hex | D5 | 4E | 7E | 0 | 3F | 29 | 10 | 153 | 3E | 39 |
| Octal | 325 | 116 | 176 | 0 | 77 | 51 | 20 | 523 | 76 | 71 |
| Binary | 11010101 | 1001110 | 1111110 | 0 | 111111 | 101001 | 10000 | 101010011 | 111110 | 111001 |
Color Harmonies of #D54E7E
Complementary color
Monochromatic Colors of #D54E7E
Black with #D54E7E
Text Example
Text Example
White with #D54E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54E7E; }
p { color: rgb(213,78,126); }
H1.HeaderClassName
{
color: #D54E7E;
}
.AnyTagClassName
{
color: #D54E7E;
}
</style>
background-color css
<style>
a { background-color: #D54E7E; }
a { background-color: rgb(213,78,126); }
div.DivClassName
{
background-color: #D54E7E;
}
.BgClassName
{
background-color: #D54E7E;
}
</style>
border-color css
<style>
span { border-color: #D54E7E; }
span { border-color: rgb(213,78,126); }
td.TdClassName
{
border-color: #D54E7E;
}
.TagClassName
{
border-color: #D54E7E;
}
</style>