Shades of Cranberry #D04878
Tints of Cranberry #D04878
RGB
CMYK
RGB Variations
Color information
#D04878 (or 0xD04878) is known color: Cranberry. HEX triplet: D0, 48 and 78. RGB value is (208,72,120). Sum of RGB (Red+Green+Blue) = 208+72+120=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D04878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04878 is #2FB787. Grayscale: #767676. Windows color (decimal): -3127176 or 7882960. OLE color: 7882960.
HSL color Cylindrical-coordinate representation of color #D04878: hue angle of 338.82º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04878 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 120 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.18 |
| HSL | 338.82º | 0.59% | 0.55% | - |
| HSV(B) | 338.82º | 0.65% | 0.82% | - |
| XYZ | 31.72 | 19.4 | 19.84 | - |
| YUV | 118.14 | 129.06 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 120 | 0 | 0.65 | 0.42 | 0.18 | 338.82 | 0.59 | 0.55 |
| Hex | D0 | 48 | 78 | 0 | 41 | 2A | 12 | 153 | 3B | 37 |
| Octal | 320 | 110 | 170 | 0 | 101 | 52 | 22 | 523 | 73 | 67 |
| Binary | 11010000 | 1001000 | 1111000 | 0 | 1000001 | 101010 | 10010 | 101010011 | 111011 | 110111 |
Color Harmonies of #D04878
Complementary color
Monochromatic Colors of #D04878
Black with #D04878
Text Example
Text Example
White with #D04878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04878; }
p { color: rgb(208,72,120); }
H1.HeaderClassName
{
color: #D04878;
}
.AnyTagClassName
{
color: #D04878;
}
</style>
background-color css
<style>
a { background-color: #D04878; }
a { background-color: rgb(208,72,120); }
div.DivClassName
{
background-color: #D04878;
}
.BgClassName
{
background-color: #D04878;
}
</style>
border-color css
<style>
span { border-color: #D04878; }
span { border-color: rgb(208,72,120); }
td.TdClassName
{
border-color: #D04878;
}
.TagClassName
{
border-color: #D04878;
}
</style>