Shades of Cranberry #D54770
Tints of Cranberry #D54770
RGB
CMYK
RGB Variations
Color information
#D54770 (or 0xD54770) is known color: Cranberry. HEX triplet: D5, 47 and 70. RGB value is (213,71,112). Sum of RGB (Red+Green+Blue) = 213+71+112=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D54770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54770 is #2AB88F. Grayscale: #767676. Windows color (decimal): -2799760 or 7358421. OLE color: 7358421.
HSL color Cylindrical-coordinate representation of color #D54770: hue angle of 342.68º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54770 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 112 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.16 |
| HSL | 342.68º | 0.63% | 0.56% | - |
| HSV(B) | 342.68º | 0.67% | 0.84% | - |
| XYZ | 32.62 | 19.82 | 17.44 | - |
| YUV | 118.13 | 124.54 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 112 | 0 | 0.67 | 0.47 | 0.16 | 342.68 | 0.63 | 0.56 |
| Hex | D5 | 47 | 70 | 0 | 43 | 2F | 10 | 157 | 3F | 38 |
| Octal | 325 | 107 | 160 | 0 | 103 | 57 | 20 | 527 | 77 | 70 |
| Binary | 11010101 | 1000111 | 1110000 | 0 | 1000011 | 101111 | 10000 | 101010111 | 111111 | 111000 |
Color Harmonies of #D54770
Complementary color
Monochromatic Colors of #D54770
Black with #D54770
Text Example
Text Example
White with #D54770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54770; }
p { color: rgb(213,71,112); }
H1.HeaderClassName
{
color: #D54770;
}
.AnyTagClassName
{
color: #D54770;
}
</style>
background-color css
<style>
a { background-color: #D54770; }
a { background-color: rgb(213,71,112); }
div.DivClassName
{
background-color: #D54770;
}
.BgClassName
{
background-color: #D54770;
}
</style>
border-color css
<style>
span { border-color: #D54770; }
span { border-color: rgb(213,71,112); }
td.TdClassName
{
border-color: #D54770;
}
.TagClassName
{
border-color: #D54770;
}
</style>