Shades of Cranberry #D54170
Tints of Cranberry #D54170
RGB
CMYK
RGB Variations
Color information
#D54170 (or 0xD54170) is known color: Cranberry. HEX triplet: D5, 41 and 70. RGB value is (213,65,112). Sum of RGB (Red+Green+Blue) = 213+65+112=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D54170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54170 is #2ABE8F. Grayscale: #727272. Windows color (decimal): -2801296 or 7356885. OLE color: 7356885.
HSL color Cylindrical-coordinate representation of color #D54170: hue angle of 340.95º degrees, saturation: 0.64, 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 #D54170 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 112 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.16 |
| HSL | 340.95º | 0.64% | 0.55% | - |
| HSV(B) | 340.95º | 0.69% | 0.84% | - |
| XYZ | 32.26 | 19.1 | 17.32 | - |
| YUV | 114.61 | 126.53 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 112 | 0 | 0.69 | 0.47 | 0.16 | 340.95 | 0.64 | 0.55 |
| Hex | D5 | 41 | 70 | 0 | 45 | 2F | 10 | 155 | 40 | 37 |
| Octal | 325 | 101 | 160 | 0 | 105 | 57 | 20 | 525 | 100 | 67 |
| Binary | 11010101 | 1000001 | 1110000 | 0 | 1000101 | 101111 | 10000 | 101010101 | 1000000 | 110111 |
Color Harmonies of #D54170
Complementary color
Monochromatic Colors of #D54170
Black with #D54170
Text Example
Text Example
White with #D54170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54170; }
p { color: rgb(213,65,112); }
H1.HeaderClassName
{
color: #D54170;
}
.AnyTagClassName
{
color: #D54170;
}
</style>
background-color css
<style>
a { background-color: #D54170; }
a { background-color: rgb(213,65,112); }
div.DivClassName
{
background-color: #D54170;
}
.BgClassName
{
background-color: #D54170;
}
</style>
border-color css
<style>
span { border-color: #D54170; }
span { border-color: rgb(213,65,112); }
td.TdClassName
{
border-color: #D54170;
}
.TagClassName
{
border-color: #D54170;
}
</style>