Shades of Cranberry #D34779
Tints of Cranberry #D34779
RGB
CMYK
RGB Variations
Color information
#D34779 (or 0xD34779) is known color: Cranberry. HEX triplet: D3, 47 and 79. RGB value is (211,71,121). Sum of RGB (Red+Green+Blue) = 211+71+121=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D34779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34779 is #2CB886. Grayscale: #767676. Windows color (decimal): -2930823 or 7948243. OLE color: 7948243.
HSL color Cylindrical-coordinate representation of color #D34779: hue angle of 338.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34779 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 121 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.17 |
| HSL | 338.57º | 0.61% | 0.55% | - |
| HSV(B) | 338.57º | 0.66% | 0.83% | - |
| XYZ | 32.57 | 19.74 | 20.18 | - |
| YUV | 118.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 121 | 0 | 0.66 | 0.43 | 0.17 | 338.57 | 0.61 | 0.55 |
| Hex | D3 | 47 | 79 | 0 | 42 | 2B | 11 | 153 | 3D | 37 |
| Octal | 323 | 107 | 171 | 0 | 102 | 53 | 21 | 523 | 75 | 67 |
| Binary | 11010011 | 1000111 | 1111001 | 0 | 1000010 | 101011 | 10001 | 101010011 | 111101 | 110111 |
Color Harmonies of #D34779
Complementary color
Monochromatic Colors of #D34779
Black with #D34779
Text Example
Text Example
White with #D34779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34779; }
p { color: rgb(211,71,121); }
H1.HeaderClassName
{
color: #D34779;
}
.AnyTagClassName
{
color: #D34779;
}
</style>
background-color css
<style>
a { background-color: #D34779; }
a { background-color: rgb(211,71,121); }
div.DivClassName
{
background-color: #D34779;
}
.BgClassName
{
background-color: #D34779;
}
</style>
border-color css
<style>
span { border-color: #D34779; }
span { border-color: rgb(211,71,121); }
td.TdClassName
{
border-color: #D34779;
}
.TagClassName
{
border-color: #D34779;
}
</style>