Shades of Cranberry #D26181
Tints of Cranberry #D26181
RGB
CMYK
RGB Variations
Color information
#D26181 (or 0xD26181) is known color: Cranberry. HEX triplet: D2, 61 and 81. RGB value is (210,97,129). Sum of RGB (Red+Green+Blue) = 210+97+129=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D26181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26181 is #2D9E7E. Grayscale: #868686. Windows color (decimal): -2989695 or 8479186. OLE color: 8479186.
HSL color Cylindrical-coordinate representation of color #D26181: hue angle of 343.01º 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 #D26181 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 129 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.18 |
| HSL | 343.01º | 0.56% | 0.6% | - |
| HSV(B) | 343.01º | 0.54% | 0.82% | - |
| XYZ | 34.82 | 23.84 | 23.53 | - |
| YUV | 134.44 | 124.94 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 129 | 0 | 0.54 | 0.39 | 0.18 | 343.01 | 0.56 | 0.6 |
| Hex | D2 | 61 | 81 | 0 | 36 | 27 | 12 | 157 | 38 | 3C |
| Octal | 322 | 141 | 201 | 0 | 66 | 47 | 22 | 527 | 70 | 74 |
| Binary | 11010010 | 1100001 | 10000001 | 0 | 110110 | 100111 | 10010 | 101010111 | 111000 | 111100 |
Color Harmonies of #D26181
Complementary color
Monochromatic Colors of #D26181
Black with #D26181
Text Example
Text Example
White with #D26181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26181; }
p { color: rgb(210,97,129); }
H1.HeaderClassName
{
color: #D26181;
}
.AnyTagClassName
{
color: #D26181;
}
</style>
background-color css
<style>
a { background-color: #D26181; }
a { background-color: rgb(210,97,129); }
div.DivClassName
{
background-color: #D26181;
}
.BgClassName
{
background-color: #D26181;
}
</style>
border-color css
<style>
span { border-color: #D26181; }
span { border-color: rgb(210,97,129); }
td.TdClassName
{
border-color: #D26181;
}
.TagClassName
{
border-color: #D26181;
}
</style>