Shades of Cranberry #D36083
Tints of Cranberry #D36083
RGB
CMYK
RGB Variations
Color information
#D36083 (or 0xD36083) is known color: Cranberry. HEX triplet: D3, 60 and 83. RGB value is (211,96,131). Sum of RGB (Red+Green+Blue) = 211+96+131=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D36083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36083 is #2C9F7C. Grayscale: #868686. Windows color (decimal): -2924413 or 8610003. OLE color: 8610003.
HSL color Cylindrical-coordinate representation of color #D36083: hue angle of 341.74º 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 #D36083 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 131 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.17 |
| HSL | 341.74º | 0.57% | 0.6% | - |
| HSV(B) | 341.74º | 0.55% | 0.83% | - |
| XYZ | 35.14 | 23.85 | 24.22 | - |
| YUV | 134.38 | 126.1 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 131 | 0 | 0.55 | 0.38 | 0.17 | 341.74 | 0.57 | 0.6 |
| Hex | D3 | 60 | 83 | 0 | 37 | 26 | 11 | 156 | 39 | 3C |
| Octal | 323 | 140 | 203 | 0 | 67 | 46 | 21 | 526 | 71 | 74 |
| Binary | 11010011 | 1100000 | 10000011 | 0 | 110111 | 100110 | 10001 | 101010110 | 111001 | 111100 |
Color Harmonies of #D36083
Complementary color
Monochromatic Colors of #D36083
Black with #D36083
Text Example
Text Example
White with #D36083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36083; }
p { color: rgb(211,96,131); }
H1.HeaderClassName
{
color: #D36083;
}
.AnyTagClassName
{
color: #D36083;
}
</style>
background-color css
<style>
a { background-color: #D36083; }
a { background-color: rgb(211,96,131); }
div.DivClassName
{
background-color: #D36083;
}
.BgClassName
{
background-color: #D36083;
}
</style>
border-color css
<style>
span { border-color: #D36083; }
span { border-color: rgb(211,96,131); }
td.TdClassName
{
border-color: #D36083;
}
.TagClassName
{
border-color: #D36083;
}
</style>