Shades of Cranberry #D35B7E
Tints of Cranberry #D35B7E
RGB
CMYK
RGB Variations
Color information
#D35B7E (or 0xD35B7E) is known color: Cranberry. HEX triplet: D3, 5B and 7E. RGB value is (211,91,126). Sum of RGB (Red+Green+Blue) = 211+91+126=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D35B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35B7E is #2CA481. Grayscale: #828282. Windows color (decimal): -2925698 or 8281043. OLE color: 8281043.
HSL color Cylindrical-coordinate representation of color #D35B7E: hue angle of 342.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D35B7E is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 91 | 126 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.17 |
| HSL | 342.5º | 0.58% | 0.59% | - |
| HSV(B) | 342.5º | 0.57% | 0.83% | - |
| XYZ | 34.37 | 22.84 | 22.34 | - |
| YUV | 130.87 | 125.26 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 91 | 126 | 0 | 0.57 | 0.40 | 0.17 | 342.5 | 0.58 | 0.59 |
| Hex | D3 | 5B | 7E | 0 | 39 | 28 | 11 | 156 | 3A | 3B |
| Octal | 323 | 133 | 176 | 0 | 71 | 50 | 21 | 526 | 72 | 73 |
| Binary | 11010011 | 1011011 | 1111110 | 0 | 111001 | 101000 | 10001 | 101010110 | 111010 | 111011 |
Color Harmonies of #D35B7E
Complementary color
Monochromatic Colors of #D35B7E
Black with #D35B7E
Text Example
Text Example
White with #D35B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35B7E; }
p { color: rgb(211,91,126); }
H1.HeaderClassName
{
color: #D35B7E;
}
.AnyTagClassName
{
color: #D35B7E;
}
</style>
background-color css
<style>
a { background-color: #D35B7E; }
a { background-color: rgb(211,91,126); }
div.DivClassName
{
background-color: #D35B7E;
}
.BgClassName
{
background-color: #D35B7E;
}
</style>
border-color css
<style>
span { border-color: #D35B7E; }
span { border-color: rgb(211,91,126); }
td.TdClassName
{
border-color: #D35B7E;
}
.TagClassName
{
border-color: #D35B7E;
}
</style>