Shades of Cranberry #D3437A
Tints of Cranberry #D3437A
RGB
CMYK
RGB Variations
Color information
#D3437A (or 0xD3437A) is known color: Cranberry. HEX triplet: D3, 43 and 7A. RGB value is (211,67,122). Sum of RGB (Red+Green+Blue) = 211+67+122=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D3437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3437A is #2CBC85. Grayscale: #747474. Windows color (decimal): -2931846 or 8012755. OLE color: 8012755.
HSL color Cylindrical-coordinate representation of color #D3437A: hue angle of 337.08º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3437A is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 122 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.17 |
| HSL | 337.08º | 0.62% | 0.55% | - |
| HSV(B) | 337.08º | 0.68% | 0.83% | - |
| XYZ | 32.38 | 19.27 | 20.42 | - |
| YUV | 116.33 | 131.21 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 122 | 0 | 0.68 | 0.42 | 0.17 | 337.08 | 0.62 | 0.55 |
| Hex | D3 | 43 | 7A | 0 | 44 | 2A | 11 | 151 | 3E | 37 |
| Octal | 323 | 103 | 172 | 0 | 104 | 52 | 21 | 521 | 76 | 67 |
| Binary | 11010011 | 1000011 | 1111010 | 0 | 1000100 | 101010 | 10001 | 101010001 | 111110 | 110111 |
Color Harmonies of #D3437A
Complementary color
Monochromatic Colors of #D3437A
Black with #D3437A
Text Example
Text Example
White with #D3437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3437A; }
p { color: rgb(211,67,122); }
H1.HeaderClassName
{
color: #D3437A;
}
.AnyTagClassName
{
color: #D3437A;
}
</style>
background-color css
<style>
a { background-color: #D3437A; }
a { background-color: rgb(211,67,122); }
div.DivClassName
{
background-color: #D3437A;
}
.BgClassName
{
background-color: #D3437A;
}
</style>
border-color css
<style>
span { border-color: #D3437A; }
span { border-color: rgb(211,67,122); }
td.TdClassName
{
border-color: #D3437A;
}
.TagClassName
{
border-color: #D3437A;
}
</style>