Shades of Cranberry #D04178
Tints of Cranberry #D04178
RGB
CMYK
RGB Variations
Color information
#D04178 (or 0xD04178) is known color: Cranberry. HEX triplet: D0, 41 and 78. RGB value is (208,65,120). Sum of RGB (Red+Green+Blue) = 208+65+120=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D04178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04178 is #2FBE87. Grayscale: #717171. Windows color (decimal): -3128968 or 7881168. OLE color: 7881168.
HSL color Cylindrical-coordinate representation of color #D04178: hue angle of 336.92º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04178 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 120 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.18 |
| HSL | 336.92º | 0.6% | 0.54% | - |
| HSV(B) | 336.92º | 0.69% | 0.82% | - |
| XYZ | 31.29 | 18.55 | 19.7 | - |
| YUV | 114.03 | 131.38 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 120 | 0 | 0.69 | 0.42 | 0.18 | 336.92 | 0.6 | 0.54 |
| Hex | D0 | 41 | 78 | 0 | 45 | 2A | 12 | 151 | 3C | 36 |
| Octal | 320 | 101 | 170 | 0 | 105 | 52 | 22 | 521 | 74 | 66 |
| Binary | 11010000 | 1000001 | 1111000 | 0 | 1000101 | 101010 | 10010 | 101010001 | 111100 | 110110 |
Color Harmonies of #D04178
Complementary color
Monochromatic Colors of #D04178
Black with #D04178
Text Example
Text Example
White with #D04178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04178; }
p { color: rgb(208,65,120); }
H1.HeaderClassName
{
color: #D04178;
}
.AnyTagClassName
{
color: #D04178;
}
</style>
background-color css
<style>
a { background-color: #D04178; }
a { background-color: rgb(208,65,120); }
div.DivClassName
{
background-color: #D04178;
}
.BgClassName
{
background-color: #D04178;
}
</style>
border-color css
<style>
span { border-color: #D04178; }
span { border-color: rgb(208,65,120); }
td.TdClassName
{
border-color: #D04178;
}
.TagClassName
{
border-color: #D04178;
}
</style>