Shades of Cranberry #D35083
Tints of Cranberry #D35083
RGB
CMYK
RGB Variations
Color information
#D35083 (or 0xD35083) is known color: Cranberry. HEX triplet: D3, 50 and 83. RGB value is (211,80,131). Sum of RGB (Red+Green+Blue) = 211+80+131=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D35083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35083 is #2CAF7C. Grayscale: #7C7C7C. Windows color (decimal): -2928509 or 8605907. OLE color: 8605907.
HSL color Cylindrical-coordinate representation of color #D35083: hue angle of 336.64º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D35083 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 80 | 131 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.17 |
| HSL | 336.64º | 0.6% | 0.57% | - |
| HSV(B) | 336.64º | 0.62% | 0.83% | - |
| XYZ | 33.83 | 21.22 | 23.79 | - |
| YUV | 124.98 | 131.4 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 80 | 131 | 0 | 0.62 | 0.38 | 0.17 | 336.64 | 0.6 | 0.57 |
| Hex | D3 | 50 | 83 | 0 | 3E | 26 | 11 | 151 | 3C | 39 |
| Octal | 323 | 120 | 203 | 0 | 76 | 46 | 21 | 521 | 74 | 71 |
| Binary | 11010011 | 1010000 | 10000011 | 0 | 111110 | 100110 | 10001 | 101010001 | 111100 | 111001 |
Color Harmonies of #D35083
Complementary color
Monochromatic Colors of #D35083
Black with #D35083
Text Example
Text Example
White with #D35083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35083; }
p { color: rgb(211,80,131); }
H1.HeaderClassName
{
color: #D35083;
}
.AnyTagClassName
{
color: #D35083;
}
</style>
background-color css
<style>
a { background-color: #D35083; }
a { background-color: rgb(211,80,131); }
div.DivClassName
{
background-color: #D35083;
}
.BgClassName
{
background-color: #D35083;
}
</style>
border-color css
<style>
span { border-color: #D35083; }
span { border-color: rgb(211,80,131); }
td.TdClassName
{
border-color: #D35083;
}
.TagClassName
{
border-color: #D35083;
}
</style>