Shades of Cranberry #D36080
Tints of Cranberry #D36080
RGB
CMYK
RGB Variations
Color information
#D36080 (or 0xD36080) is known color: Cranberry. HEX triplet: D3, 60 and 80. RGB value is (211,96,128). Sum of RGB (Red+Green+Blue) = 211+96+128=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D36080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36080 is #2C9F7F. Grayscale: #868686. Windows color (decimal): -2924416 or 8413395. OLE color: 8413395.
HSL color Cylindrical-coordinate representation of color #D36080: hue angle of 343.3º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D36080 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 128 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.17 |
| HSL | 343.3º | 0.57% | 0.6% | - |
| HSV(B) | 343.3º | 0.55% | 0.83% | - |
| XYZ | 34.94 | 23.77 | 23.17 | - |
| YUV | 134.03 | 124.6 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 128 | 0 | 0.55 | 0.39 | 0.17 | 343.3 | 0.57 | 0.6 |
| Hex | D3 | 60 | 80 | 0 | 37 | 27 | 11 | 157 | 39 | 3C |
| Octal | 323 | 140 | 200 | 0 | 67 | 47 | 21 | 527 | 71 | 74 |
| Binary | 11010011 | 1100000 | 10000000 | 0 | 110111 | 100111 | 10001 | 101010111 | 111001 | 111100 |
Color Harmonies of #D36080
Complementary color
Monochromatic Colors of #D36080
Black with #D36080
Text Example
Text Example
White with #D36080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36080; }
p { color: rgb(211,96,128); }
H1.HeaderClassName
{
color: #D36080;
}
.AnyTagClassName
{
color: #D36080;
}
</style>
background-color css
<style>
a { background-color: #D36080; }
a { background-color: rgb(211,96,128); }
div.DivClassName
{
background-color: #D36080;
}
.BgClassName
{
background-color: #D36080;
}
</style>
border-color css
<style>
span { border-color: #D36080; }
span { border-color: rgb(211,96,128); }
td.TdClassName
{
border-color: #D36080;
}
.TagClassName
{
border-color: #D36080;
}
</style>