Shades of Cranberry #D04276
Tints of Cranberry #D04276
RGB
CMYK
RGB Variations
Color information
#D04276 (or 0xD04276) is known color: Cranberry. HEX triplet: D0, 42 and 76. RGB value is (208,66,118). Sum of RGB (Red+Green+Blue) = 208+66+118=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D04276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04276 is #2FBD89. Grayscale: #727272. Windows color (decimal): -3128714 or 7750352. OLE color: 7750352.
HSL color Cylindrical-coordinate representation of color #D04276: hue angle of 338.03º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04276 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 118 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.18 |
| HSL | 338.03º | 0.6% | 0.54% | - |
| HSV(B) | 338.03º | 0.68% | 0.82% | - |
| XYZ | 31.23 | 18.61 | 19.09 | - |
| YUV | 114.39 | 130.04 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 118 | 0 | 0.68 | 0.43 | 0.18 | 338.03 | 0.6 | 0.54 |
| Hex | D0 | 42 | 76 | 0 | 44 | 2B | 12 | 152 | 3C | 36 |
| Octal | 320 | 102 | 166 | 0 | 104 | 53 | 22 | 522 | 74 | 66 |
| Binary | 11010000 | 1000010 | 1110110 | 0 | 1000100 | 101011 | 10010 | 101010010 | 111100 | 110110 |
Color Harmonies of #D04276
Complementary color
Monochromatic Colors of #D04276
Black with #D04276
Text Example
Text Example
White with #D04276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04276; }
p { color: rgb(208,66,118); }
H1.HeaderClassName
{
color: #D04276;
}
.AnyTagClassName
{
color: #D04276;
}
</style>
background-color css
<style>
a { background-color: #D04276; }
a { background-color: rgb(208,66,118); }
div.DivClassName
{
background-color: #D04276;
}
.BgClassName
{
background-color: #D04276;
}
</style>
border-color css
<style>
span { border-color: #D04276; }
span { border-color: rgb(208,66,118); }
td.TdClassName
{
border-color: #D04276;
}
.TagClassName
{
border-color: #D04276;
}
</style>