Shades of Cranberry #D35286
Tints of Cranberry #D35286
RGB
CMYK
RGB Variations
Color information
#D35286 (or 0xD35286) is known color: Cranberry. HEX triplet: D3, 52 and 86. RGB value is (211,82,134). Sum of RGB (Red+Green+Blue) = 211+82+134=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D35286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35286 is #2CAD79. Grayscale: #7E7E7E. Windows color (decimal): -2927994 or 8803027. OLE color: 8803027.
HSL color Cylindrical-coordinate representation of color #D35286: hue angle of 335.81º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D35286 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 82 | 134 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.17 |
| HSL | 335.81º | 0.59% | 0.57% | - |
| HSV(B) | 335.81º | 0.61% | 0.83% | - |
| XYZ | 34.18 | 21.6 | 24.92 | - |
| YUV | 126.5 | 132.24 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 134 | 0 | 0.61 | 0.36 | 0.17 | 335.81 | 0.59 | 0.57 |
| Hex | D3 | 52 | 86 | 0 | 3D | 24 | 11 | 150 | 3B | 39 |
| Octal | 323 | 122 | 206 | 0 | 75 | 44 | 21 | 520 | 73 | 71 |
| Binary | 11010011 | 1010010 | 10000110 | 0 | 111101 | 100100 | 10001 | 101010000 | 111011 | 111001 |
Color Harmonies of #D35286
Complementary color
Monochromatic Colors of #D35286
Black with #D35286
Text Example
Text Example
White with #D35286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35286; }
p { color: rgb(211,82,134); }
H1.HeaderClassName
{
color: #D35286;
}
.AnyTagClassName
{
color: #D35286;
}
</style>
background-color css
<style>
a { background-color: #D35286; }
a { background-color: rgb(211,82,134); }
div.DivClassName
{
background-color: #D35286;
}
.BgClassName
{
background-color: #D35286;
}
</style>
border-color css
<style>
span { border-color: #D35286; }
span { border-color: rgb(211,82,134); }
td.TdClassName
{
border-color: #D35286;
}
.TagClassName
{
border-color: #D35286;
}
</style>