Shades of Cranberry #D34B7A
Tints of Cranberry #D34B7A
RGB
CMYK
RGB Variations
Color information
#D34B7A (or 0xD34B7A) is known color: Cranberry. HEX triplet: D3, 4B and 7A. RGB value is (211,75,122). Sum of RGB (Red+Green+Blue) = 211+75+122=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D34B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34B7A is #2CB485. Grayscale: #787878. Windows color (decimal): -2929798 or 8014803. OLE color: 8014803.
HSL color Cylindrical-coordinate representation of color #D34B7A: hue angle of 339.26º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34B7A is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 75 | 122 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.17 |
| HSL | 339.26º | 0.61% | 0.56% | - |
| HSV(B) | 339.26º | 0.64% | 0.83% | - |
| XYZ | 32.89 | 20.29 | 20.59 | - |
| YUV | 121.02 | 128.56 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 75 | 122 | 0 | 0.64 | 0.42 | 0.17 | 339.26 | 0.61 | 0.56 |
| Hex | D3 | 4B | 7A | 0 | 40 | 2A | 11 | 153 | 3D | 38 |
| Octal | 323 | 113 | 172 | 0 | 100 | 52 | 21 | 523 | 75 | 70 |
| Binary | 11010011 | 1001011 | 1111010 | 0 | 1000000 | 101010 | 10001 | 101010011 | 111101 | 111000 |
Color Harmonies of #D34B7A
Complementary color
Monochromatic Colors of #D34B7A
Black with #D34B7A
Text Example
Text Example
White with #D34B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34B7A; }
p { color: rgb(211,75,122); }
H1.HeaderClassName
{
color: #D34B7A;
}
.AnyTagClassName
{
color: #D34B7A;
}
</style>
background-color css
<style>
a { background-color: #D34B7A; }
a { background-color: rgb(211,75,122); }
div.DivClassName
{
background-color: #D34B7A;
}
.BgClassName
{
background-color: #D34B7A;
}
</style>
border-color css
<style>
span { border-color: #D34B7A; }
span { border-color: rgb(211,75,122); }
td.TdClassName
{
border-color: #D34B7A;
}
.TagClassName
{
border-color: #D34B7A;
}
</style>