Shades of Cranberry #D54378
Tints of Cranberry #D54378
RGB
CMYK
RGB Variations
Color information
#D54378 (or 0xD54378) is known color: Cranberry. HEX triplet: D5, 43 and 78. RGB value is (213,67,120). Sum of RGB (Red+Green+Blue) = 213+67+120=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D54378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54378 is #2ABC87. Grayscale: #747474. Windows color (decimal): -2800776 or 7881685. OLE color: 7881685.
HSL color Cylindrical-coordinate representation of color #D54378: hue angle of 338.22º 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 #D54378 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 120 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.16 |
| HSL | 338.22º | 0.63% | 0.55% | - |
| HSV(B) | 338.22º | 0.69% | 0.84% | - |
| XYZ | 32.84 | 19.52 | 19.81 | - |
| YUV | 116.7 | 129.87 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 120 | 0 | 0.69 | 0.44 | 0.16 | 338.22 | 0.63 | 0.55 |
| Hex | D5 | 43 | 78 | 0 | 45 | 2C | 10 | 152 | 3F | 37 |
| Octal | 325 | 103 | 170 | 0 | 105 | 54 | 20 | 522 | 77 | 67 |
| Binary | 11010101 | 1000011 | 1111000 | 0 | 1000101 | 101100 | 10000 | 101010010 | 111111 | 110111 |
Color Harmonies of #D54378
Complementary color
Monochromatic Colors of #D54378
Black with #D54378
Text Example
Text Example
White with #D54378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54378; }
p { color: rgb(213,67,120); }
H1.HeaderClassName
{
color: #D54378;
}
.AnyTagClassName
{
color: #D54378;
}
</style>
background-color css
<style>
a { background-color: #D54378; }
a { background-color: rgb(213,67,120); }
div.DivClassName
{
background-color: #D54378;
}
.BgClassName
{
background-color: #D54378;
}
</style>
border-color css
<style>
span { border-color: #D54378; }
span { border-color: rgb(213,67,120); }
td.TdClassName
{
border-color: #D54378;
}
.TagClassName
{
border-color: #D54378;
}
</style>