Shades of Cranberry #D04476
Tints of Cranberry #D04476
RGB
CMYK
RGB Variations
Color information
#D04476 (or 0xD04476) is known color: Cranberry. HEX triplet: D0, 44 and 76. RGB value is (208,68,118). Sum of RGB (Red+Green+Blue) = 208+68+118=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D04476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04476 is #2FBB89. Grayscale: #737373. Windows color (decimal): -3128202 or 7750864. OLE color: 7750864.
HSL color Cylindrical-coordinate representation of color #D04476: hue angle of 338.57º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04476 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 118 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.18 |
| HSL | 338.57º | 0.6% | 0.54% | - |
| HSV(B) | 338.57º | 0.67% | 0.82% | - |
| XYZ | 31.35 | 18.85 | 19.13 | - |
| YUV | 115.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 118 | 0 | 0.67 | 0.43 | 0.18 | 338.57 | 0.6 | 0.54 |
| Hex | D0 | 44 | 76 | 0 | 43 | 2B | 12 | 153 | 3C | 36 |
| Octal | 320 | 104 | 166 | 0 | 103 | 53 | 22 | 523 | 74 | 66 |
| Binary | 11010000 | 1000100 | 1110110 | 0 | 1000011 | 101011 | 10010 | 101010011 | 111100 | 110110 |
Color Harmonies of #D04476
Complementary color
Monochromatic Colors of #D04476
Black with #D04476
Text Example
Text Example
White with #D04476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04476; }
p { color: rgb(208,68,118); }
H1.HeaderClassName
{
color: #D04476;
}
.AnyTagClassName
{
color: #D04476;
}
</style>
background-color css
<style>
a { background-color: #D04476; }
a { background-color: rgb(208,68,118); }
div.DivClassName
{
background-color: #D04476;
}
.BgClassName
{
background-color: #D04476;
}
</style>
border-color css
<style>
span { border-color: #D04476; }
span { border-color: rgb(208,68,118); }
td.TdClassName
{
border-color: #D04476;
}
.TagClassName
{
border-color: #D04476;
}
</style>