Shades of Cranberry #D54376
Tints of Cranberry #D54376
RGB
CMYK
RGB Variations
Color information
#D54376 (or 0xD54376) is known color: Cranberry. HEX triplet: D5, 43 and 76. RGB value is (213,67,118). Sum of RGB (Red+Green+Blue) = 213+67+118=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D54376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54376 is #2ABC89. Grayscale: #747474. Windows color (decimal): -2800778 or 7750613. OLE color: 7750613.
HSL color Cylindrical-coordinate representation of color #D54376: hue angle of 339.04º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54376 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 118 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.16 |
| HSL | 339.04º | 0.63% | 0.55% | - |
| HSV(B) | 339.04º | 0.69% | 0.84% | - |
| XYZ | 32.72 | 19.47 | 19.17 | - |
| YUV | 116.47 | 128.87 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 118 | 0 | 0.69 | 0.45 | 0.16 | 339.04 | 0.63 | 0.55 |
| Hex | D5 | 43 | 76 | 0 | 45 | 2D | 10 | 153 | 3F | 37 |
| Octal | 325 | 103 | 166 | 0 | 105 | 55 | 20 | 523 | 77 | 67 |
| Binary | 11010101 | 1000011 | 1110110 | 0 | 1000101 | 101101 | 10000 | 101010011 | 111111 | 110111 |
Color Harmonies of #D54376
Complementary color
Monochromatic Colors of #D54376
Black with #D54376
Text Example
Text Example
White with #D54376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54376; }
p { color: rgb(213,67,118); }
H1.HeaderClassName
{
color: #D54376;
}
.AnyTagClassName
{
color: #D54376;
}
</style>
background-color css
<style>
a { background-color: #D54376; }
a { background-color: rgb(213,67,118); }
div.DivClassName
{
background-color: #D54376;
}
.BgClassName
{
background-color: #D54376;
}
</style>
border-color css
<style>
span { border-color: #D54376; }
span { border-color: rgb(213,67,118); }
td.TdClassName
{
border-color: #D54376;
}
.TagClassName
{
border-color: #D54376;
}
</style>