Shades of Cranberry #D04678
Tints of Cranberry #D04678
RGB
CMYK
RGB Variations
Color information
#D04678 (or 0xD04678) is known color: Cranberry. HEX triplet: D0, 46 and 78. RGB value is (208,70,120). Sum of RGB (Red+Green+Blue) = 208+70+120=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D04678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04678 is #2FB987. Grayscale: #747474. Windows color (decimal): -3127688 or 7882448. OLE color: 7882448.
HSL color Cylindrical-coordinate representation of color #D04678: hue angle of 338.26º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04678 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 120 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.18 |
| HSL | 338.26º | 0.59% | 0.55% | - |
| HSV(B) | 338.26º | 0.66% | 0.82% | - |
| XYZ | 31.59 | 19.15 | 19.8 | - |
| YUV | 116.96 | 129.72 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 120 | 0 | 0.66 | 0.42 | 0.18 | 338.26 | 0.59 | 0.55 |
| Hex | D0 | 46 | 78 | 0 | 42 | 2A | 12 | 152 | 3B | 37 |
| Octal | 320 | 106 | 170 | 0 | 102 | 52 | 22 | 522 | 73 | 67 |
| Binary | 11010000 | 1000110 | 1111000 | 0 | 1000010 | 101010 | 10010 | 101010010 | 111011 | 110111 |
Color Harmonies of #D04678
Complementary color
Monochromatic Colors of #D04678
Black with #D04678
Text Example
Text Example
White with #D04678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04678; }
p { color: rgb(208,70,120); }
H1.HeaderClassName
{
color: #D04678;
}
.AnyTagClassName
{
color: #D04678;
}
</style>
background-color css
<style>
a { background-color: #D04678; }
a { background-color: rgb(208,70,120); }
div.DivClassName
{
background-color: #D04678;
}
.BgClassName
{
background-color: #D04678;
}
</style>
border-color css
<style>
span { border-color: #D04678; }
span { border-color: rgb(208,70,120); }
td.TdClassName
{
border-color: #D04678;
}
.TagClassName
{
border-color: #D04678;
}
</style>