Shades of Cranberry #D26079
Tints of Cranberry #D26079
RGB
CMYK
RGB Variations
Color information
#D26079 (or 0xD26079) is known color: Cranberry. HEX triplet: D2, 60 and 79. RGB value is (210,96,121). Sum of RGB (Red+Green+Blue) = 210+96+121=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D26079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26079 is #2D9F86. Grayscale: #848484. Windows color (decimal): -2989959 or 7954642. OLE color: 7954642.
HSL color Cylindrical-coordinate representation of color #D26079: hue angle of 346.84º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D26079 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 121 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.18 |
| HSL | 346.84º | 0.56% | 0.6% | - |
| HSV(B) | 346.84º | 0.54% | 0.82% | - |
| XYZ | 34.21 | 23.45 | 20.81 | - |
| YUV | 132.94 | 121.27 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 121 | 0 | 0.54 | 0.42 | 0.18 | 346.84 | 0.56 | 0.6 |
| Hex | D2 | 60 | 79 | 0 | 36 | 2A | 12 | 15B | 38 | 3C |
| Octal | 322 | 140 | 171 | 0 | 66 | 52 | 22 | 533 | 70 | 74 |
| Binary | 11010010 | 1100000 | 1111001 | 0 | 110110 | 101010 | 10010 | 101011011 | 111000 | 111100 |
Color Harmonies of #D26079
Complementary color
Monochromatic Colors of #D26079
Black with #D26079
Text Example
Text Example
White with #D26079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26079; }
p { color: rgb(210,96,121); }
H1.HeaderClassName
{
color: #D26079;
}
.AnyTagClassName
{
color: #D26079;
}
</style>
background-color css
<style>
a { background-color: #D26079; }
a { background-color: rgb(210,96,121); }
div.DivClassName
{
background-color: #D26079;
}
.BgClassName
{
background-color: #D26079;
}
</style>
border-color css
<style>
span { border-color: #D26079; }
span { border-color: rgb(210,96,121); }
td.TdClassName
{
border-color: #D26079;
}
.TagClassName
{
border-color: #D26079;
}
</style>