Shades of Cranberry #D04073
Tints of Cranberry #D04073
RGB
CMYK
RGB Variations
Color information
#D04073 (or 0xD04073) is known color: Cranberry. HEX triplet: D0, 40 and 73. RGB value is (208,64,115). Sum of RGB (Red+Green+Blue) = 208+64+115=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D04073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04073 is #2FBF8C. Grayscale: #707070. Windows color (decimal): -3129229 or 7553232. OLE color: 7553232.
HSL color Cylindrical-coordinate representation of color #D04073: hue angle of 338.75º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04073 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 115 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.18 |
| HSL | 338.75º | 0.61% | 0.53% | - |
| HSV(B) | 338.75º | 0.69% | 0.82% | - |
| XYZ | 30.94 | 18.31 | 18.12 | - |
| YUV | 112.87 | 129.21 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 115 | 0 | 0.69 | 0.45 | 0.18 | 338.75 | 0.61 | 0.53 |
| Hex | D0 | 40 | 73 | 0 | 45 | 2D | 12 | 153 | 3D | 35 |
| Octal | 320 | 100 | 163 | 0 | 105 | 55 | 22 | 523 | 75 | 65 |
| Binary | 11010000 | 1000000 | 1110011 | 0 | 1000101 | 101101 | 10010 | 101010011 | 111101 | 110101 |
Color Harmonies of #D04073
Complementary color
Monochromatic Colors of #D04073
Black with #D04073
Text Example
Text Example
White with #D04073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04073; }
p { color: rgb(208,64,115); }
H1.HeaderClassName
{
color: #D04073;
}
.AnyTagClassName
{
color: #D04073;
}
</style>
background-color css
<style>
a { background-color: #D04073; }
a { background-color: rgb(208,64,115); }
div.DivClassName
{
background-color: #D04073;
}
.BgClassName
{
background-color: #D04073;
}
</style>
border-color css
<style>
span { border-color: #D04073; }
span { border-color: rgb(208,64,115); }
td.TdClassName
{
border-color: #D04073;
}
.TagClassName
{
border-color: #D04073;
}
</style>