Shades of Cranberry #D35678
Tints of Cranberry #D35678
RGB
CMYK
RGB Variations
Color information
#D35678 (or 0xD35678) is known color: Cranberry. HEX triplet: D3, 56 and 78. RGB value is (211,86,120). Sum of RGB (Red+Green+Blue) = 211+86+120=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D35678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35678 is #2CA987. Grayscale: #7F7F7F. Windows color (decimal): -2926984 or 7886547. OLE color: 7886547.
HSL color Cylindrical-coordinate representation of color #D35678: hue angle of 343.68º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D35678 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 86 | 120 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.17 |
| HSL | 343.68º | 0.59% | 0.58% | - |
| HSV(B) | 343.68º | 0.59% | 0.83% | - |
| XYZ | 33.58 | 21.86 | 20.22 | - |
| YUV | 127.25 | 123.91 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 120 | 0 | 0.59 | 0.43 | 0.17 | 343.68 | 0.59 | 0.58 |
| Hex | D3 | 56 | 78 | 0 | 3B | 2B | 11 | 158 | 3B | 3A |
| Octal | 323 | 126 | 170 | 0 | 73 | 53 | 21 | 530 | 73 | 72 |
| Binary | 11010011 | 1010110 | 1111000 | 0 | 111011 | 101011 | 10001 | 101011000 | 111011 | 111010 |
Color Harmonies of #D35678
Complementary color
Monochromatic Colors of #D35678
Black with #D35678
Text Example
Text Example
White with #D35678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35678; }
p { color: rgb(211,86,120); }
H1.HeaderClassName
{
color: #D35678;
}
.AnyTagClassName
{
color: #D35678;
}
</style>
background-color css
<style>
a { background-color: #D35678; }
a { background-color: rgb(211,86,120); }
div.DivClassName
{
background-color: #D35678;
}
.BgClassName
{
background-color: #D35678;
}
</style>
border-color css
<style>
span { border-color: #D35678; }
span { border-color: rgb(211,86,120); }
td.TdClassName
{
border-color: #D35678;
}
.TagClassName
{
border-color: #D35678;
}
</style>