Shades of Cranberry #D35E80
Tints of Cranberry #D35E80
RGB
CMYK
RGB Variations
Color information
#D35E80 (or 0xD35E80) is known color: Cranberry. HEX triplet: D3, 5E and 80. RGB value is (211,94,128). Sum of RGB (Red+Green+Blue) = 211+94+128=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D35E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35E80 is #2CA17F. Grayscale: #848484. Windows color (decimal): -2924928 or 8412883. OLE color: 8412883.
HSL color Cylindrical-coordinate representation of color #D35E80: hue angle of 342.56º 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 #D35E80 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 94 | 128 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.17 |
| HSL | 342.56º | 0.57% | 0.6% | - |
| HSV(B) | 342.56º | 0.55% | 0.83% | - |
| XYZ | 34.76 | 23.41 | 23.11 | - |
| YUV | 132.86 | 125.26 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 94 | 128 | 0 | 0.55 | 0.39 | 0.17 | 342.56 | 0.57 | 0.6 |
| Hex | D3 | 5E | 80 | 0 | 37 | 27 | 11 | 157 | 39 | 3C |
| Octal | 323 | 136 | 200 | 0 | 67 | 47 | 21 | 527 | 71 | 74 |
| Binary | 11010011 | 1011110 | 10000000 | 0 | 110111 | 100111 | 10001 | 101010111 | 111001 | 111100 |
Color Harmonies of #D35E80
Complementary color
Monochromatic Colors of #D35E80
Black with #D35E80
Text Example
Text Example
White with #D35E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35E80; }
p { color: rgb(211,94,128); }
H1.HeaderClassName
{
color: #D35E80;
}
.AnyTagClassName
{
color: #D35E80;
}
</style>
background-color css
<style>
a { background-color: #D35E80; }
a { background-color: rgb(211,94,128); }
div.DivClassName
{
background-color: #D35E80;
}
.BgClassName
{
background-color: #D35E80;
}
</style>
border-color css
<style>
span { border-color: #D35E80; }
span { border-color: rgb(211,94,128); }
td.TdClassName
{
border-color: #D35E80;
}
.TagClassName
{
border-color: #D35E80;
}
</style>