Shades of Cranberry #D45678
Tints of Cranberry #D45678
RGB
CMYK
RGB Variations
Color information
#D45678 (or 0xD45678) is known color: Cranberry. HEX triplet: D4, 56 and 78. RGB value is (212,86,120). Sum of RGB (Red+Green+Blue) = 212+86+120=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D45678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45678 is #2BA987. Grayscale: #7F7F7F. Windows color (decimal): -2861448 or 7886548. OLE color: 7886548.
HSL color Cylindrical-coordinate representation of color #D45678: hue angle of 343.81º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D45678 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 86 | 120 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.17 |
| HSL | 343.81º | 0.59% | 0.58% | - |
| HSV(B) | 343.81º | 0.59% | 0.83% | - |
| XYZ | 33.87 | 22.01 | 20.23 | - |
| YUV | 127.55 | 123.74 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 120 | 0 | 0.59 | 0.43 | 0.17 | 343.81 | 0.59 | 0.58 |
| Hex | D4 | 56 | 78 | 0 | 3B | 2B | 11 | 158 | 3B | 3A |
| Octal | 324 | 126 | 170 | 0 | 73 | 53 | 21 | 530 | 73 | 72 |
| Binary | 11010100 | 1010110 | 1111000 | 0 | 111011 | 101011 | 10001 | 101011000 | 111011 | 111010 |
Color Harmonies of #D45678
Complementary color
Monochromatic Colors of #D45678
Black with #D45678
Text Example
Text Example
White with #D45678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45678; }
p { color: rgb(212,86,120); }
H1.HeaderClassName
{
color: #D45678;
}
.AnyTagClassName
{
color: #D45678;
}
</style>
background-color css
<style>
a { background-color: #D45678; }
a { background-color: rgb(212,86,120); }
div.DivClassName
{
background-color: #D45678;
}
.BgClassName
{
background-color: #D45678;
}
</style>
border-color css
<style>
span { border-color: #D45678; }
span { border-color: rgb(212,86,120); }
td.TdClassName
{
border-color: #D45678;
}
.TagClassName
{
border-color: #D45678;
}
</style>