Shades of Cranberry #D04578
Tints of Cranberry #D04578
RGB
CMYK
RGB Variations
Color information
#D04578 (or 0xD04578) is known color: Cranberry. HEX triplet: D0, 45 and 78. RGB value is (208,69,120). Sum of RGB (Red+Green+Blue) = 208+69+120=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D04578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04578 is #2FBA87. Grayscale: #747474. Windows color (decimal): -3127944 or 7882192. OLE color: 7882192.
HSL color Cylindrical-coordinate representation of color #D04578: hue angle of 337.99º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04578 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 120 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.18 |
| HSL | 337.99º | 0.6% | 0.54% | - |
| HSV(B) | 337.99º | 0.67% | 0.82% | - |
| XYZ | 31.53 | 19.02 | 19.78 | - |
| YUV | 116.38 | 130.05 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 120 | 0 | 0.67 | 0.42 | 0.18 | 337.99 | 0.6 | 0.54 |
| Hex | D0 | 45 | 78 | 0 | 43 | 2A | 12 | 152 | 3C | 36 |
| Octal | 320 | 105 | 170 | 0 | 103 | 52 | 22 | 522 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1111000 | 0 | 1000011 | 101010 | 10010 | 101010010 | 111100 | 110110 |
Color Harmonies of #D04578
Complementary color
Monochromatic Colors of #D04578
Black with #D04578
Text Example
Text Example
White with #D04578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04578; }
p { color: rgb(208,69,120); }
H1.HeaderClassName
{
color: #D04578;
}
.AnyTagClassName
{
color: #D04578;
}
</style>
background-color css
<style>
a { background-color: #D04578; }
a { background-color: rgb(208,69,120); }
div.DivClassName
{
background-color: #D04578;
}
.BgClassName
{
background-color: #D04578;
}
</style>
border-color css
<style>
span { border-color: #D04578; }
span { border-color: rgb(208,69,120); }
td.TdClassName
{
border-color: #D04578;
}
.TagClassName
{
border-color: #D04578;
}
</style>