Shades of Cranberry #D35C77
Tints of Cranberry #D35C77
RGB
CMYK
RGB Variations
Color information
#D35C77 (or 0xD35C77) is known color: Cranberry. HEX triplet: D3, 5C and 77. RGB value is (211,92,119). Sum of RGB (Red+Green+Blue) = 211+92+119=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35C77 is #2CA388. Grayscale: #828282. Windows color (decimal): -2925449 or 7822547. OLE color: 7822547.
HSL color Cylindrical-coordinate representation of color #D35C77: hue angle of 346.39º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D35C77 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 92 | 119 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.17 |
| HSL | 346.39º | 0.57% | 0.59% | - |
| HSV(B) | 346.39º | 0.56% | 0.83% | - |
| XYZ | 34.02 | 22.84 | 20.07 | - |
| YUV | 130.66 | 121.42 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 92 | 119 | 0 | 0.56 | 0.44 | 0.17 | 346.39 | 0.57 | 0.59 |
| Hex | D3 | 5C | 77 | 0 | 38 | 2C | 11 | 15A | 39 | 3B |
| Octal | 323 | 134 | 167 | 0 | 70 | 54 | 21 | 532 | 71 | 73 |
| Binary | 11010011 | 1011100 | 1110111 | 0 | 111000 | 101100 | 10001 | 101011010 | 111001 | 111011 |
Color Harmonies of #D35C77
Complementary color
Monochromatic Colors of #D35C77
Black with #D35C77
Text Example
Text Example
White with #D35C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35C77; }
p { color: rgb(211,92,119); }
H1.HeaderClassName
{
color: #D35C77;
}
.AnyTagClassName
{
color: #D35C77;
}
</style>
background-color css
<style>
a { background-color: #D35C77; }
a { background-color: rgb(211,92,119); }
div.DivClassName
{
background-color: #D35C77;
}
.BgClassName
{
background-color: #D35C77;
}
</style>
border-color css
<style>
span { border-color: #D35C77; }
span { border-color: rgb(211,92,119); }
td.TdClassName
{
border-color: #D35C77;
}
.TagClassName
{
border-color: #D35C77;
}
</style>