Shades of Cranberry #D04173
Tints of Cranberry #D04173
RGB
CMYK
RGB Variations
Color information
#D04173 (or 0xD04173) is known color: Cranberry. HEX triplet: D0, 41 and 73. RGB value is (208,65,115). Sum of RGB (Red+Green+Blue) = 208+65+115=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D04173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04173 is #2FBE8C. Grayscale: #717171. Windows color (decimal): -3128973 or 7553488. OLE color: 7553488.
HSL color Cylindrical-coordinate representation of color #D04173: hue angle of 339.02º 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 #D04173 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 115 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.18 |
| HSL | 339.02º | 0.6% | 0.54% | - |
| HSV(B) | 339.02º | 0.69% | 0.82% | - |
| XYZ | 31 | 18.43 | 18.14 | - |
| YUV | 113.46 | 128.88 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 115 | 0 | 0.69 | 0.45 | 0.18 | 339.02 | 0.6 | 0.54 |
| Hex | D0 | 41 | 73 | 0 | 45 | 2D | 12 | 153 | 3C | 36 |
| Octal | 320 | 101 | 163 | 0 | 105 | 55 | 22 | 523 | 74 | 66 |
| Binary | 11010000 | 1000001 | 1110011 | 0 | 1000101 | 101101 | 10010 | 101010011 | 111100 | 110110 |
Color Harmonies of #D04173
Complementary color
Monochromatic Colors of #D04173
Black with #D04173
Text Example
Text Example
White with #D04173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04173; }
p { color: rgb(208,65,115); }
H1.HeaderClassName
{
color: #D04173;
}
.AnyTagClassName
{
color: #D04173;
}
</style>
background-color css
<style>
a { background-color: #D04173; }
a { background-color: rgb(208,65,115); }
div.DivClassName
{
background-color: #D04173;
}
.BgClassName
{
background-color: #D04173;
}
</style>
border-color css
<style>
span { border-color: #D04173; }
span { border-color: rgb(208,65,115); }
td.TdClassName
{
border-color: #D04173;
}
.TagClassName
{
border-color: #D04173;
}
</style>