Shades of Cranberry #D04478
Tints of Cranberry #D04478
RGB
CMYK
RGB Variations
Color information
#D04478 (or 0xD04478) is known color: Cranberry. HEX triplet: D0, 44 and 78. RGB value is (208,68,120). Sum of RGB (Red+Green+Blue) = 208+68+120=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D04478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04478 is #2FBB87. Grayscale: #737373. Windows color (decimal): -3128200 or 7881936. OLE color: 7881936.
HSL color Cylindrical-coordinate representation of color #D04478: hue angle of 337.71º 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 #D04478 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 120 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.18 |
| HSL | 337.71º | 0.6% | 0.54% | - |
| HSV(B) | 337.71º | 0.67% | 0.82% | - |
| XYZ | 31.47 | 18.9 | 19.76 | - |
| YUV | 115.79 | 130.38 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 120 | 0 | 0.67 | 0.42 | 0.18 | 337.71 | 0.6 | 0.54 |
| Hex | D0 | 44 | 78 | 0 | 43 | 2A | 12 | 152 | 3C | 36 |
| Octal | 320 | 104 | 170 | 0 | 103 | 52 | 22 | 522 | 74 | 66 |
| Binary | 11010000 | 1000100 | 1111000 | 0 | 1000011 | 101010 | 10010 | 101010010 | 111100 | 110110 |
Color Harmonies of #D04478
Complementary color
Monochromatic Colors of #D04478
Black with #D04478
Text Example
Text Example
White with #D04478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04478; }
p { color: rgb(208,68,120); }
H1.HeaderClassName
{
color: #D04478;
}
.AnyTagClassName
{
color: #D04478;
}
</style>
background-color css
<style>
a { background-color: #D04478; }
a { background-color: rgb(208,68,120); }
div.DivClassName
{
background-color: #D04478;
}
.BgClassName
{
background-color: #D04478;
}
</style>
border-color css
<style>
span { border-color: #D04478; }
span { border-color: rgb(208,68,120); }
td.TdClassName
{
border-color: #D04478;
}
.TagClassName
{
border-color: #D04478;
}
</style>