Shades of Cranberry #D04174
Tints of Cranberry #D04174
RGB
CMYK
RGB Variations
Color information
#D04174 (or 0xD04174) is known color: Cranberry. HEX triplet: D0, 41 and 74. RGB value is (208,65,116). Sum of RGB (Red+Green+Blue) = 208+65+116=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D04174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04174 is #2FBE8B. Grayscale: #717171. Windows color (decimal): -3128972 or 7619024. OLE color: 7619024.
HSL color Cylindrical-coordinate representation of color #D04174: hue angle of 338.6º 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 #D04174 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 116 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.18 |
| HSL | 338.6º | 0.6% | 0.54% | - |
| HSV(B) | 338.6º | 0.69% | 0.82% | - |
| XYZ | 31.06 | 18.45 | 18.45 | - |
| YUV | 113.57 | 129.38 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 116 | 0 | 0.69 | 0.44 | 0.18 | 338.6 | 0.6 | 0.54 |
| Hex | D0 | 41 | 74 | 0 | 45 | 2C | 12 | 153 | 3C | 36 |
| Octal | 320 | 101 | 164 | 0 | 105 | 54 | 22 | 523 | 74 | 66 |
| Binary | 11010000 | 1000001 | 1110100 | 0 | 1000101 | 101100 | 10010 | 101010011 | 111100 | 110110 |
Color Harmonies of #D04174
Complementary color
Monochromatic Colors of #D04174
Black with #D04174
Text Example
Text Example
White with #D04174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04174; }
p { color: rgb(208,65,116); }
H1.HeaderClassName
{
color: #D04174;
}
.AnyTagClassName
{
color: #D04174;
}
</style>
background-color css
<style>
a { background-color: #D04174; }
a { background-color: rgb(208,65,116); }
div.DivClassName
{
background-color: #D04174;
}
.BgClassName
{
background-color: #D04174;
}
</style>
border-color css
<style>
span { border-color: #D04174; }
span { border-color: rgb(208,65,116); }
td.TdClassName
{
border-color: #D04174;
}
.TagClassName
{
border-color: #D04174;
}
</style>