Shades of Cranberry #D3437F
Tints of Cranberry #D3437F
RGB
CMYK
RGB Variations
Color information
#D3437F (or 0xD3437F) is known color: Cranberry. HEX triplet: D3, 43 and 7F. RGB value is (211,67,127). Sum of RGB (Red+Green+Blue) = 211+67+127=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D3437F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3437F is #2CBC80. Grayscale: #747474. Windows color (decimal): -2931841 or 8340435. OLE color: 8340435.
HSL color Cylindrical-coordinate representation of color #D3437F: hue angle of 335º 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 #D3437F is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 127 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.17 |
| HSL | 335º | 0.62% | 0.55% | - |
| HSV(B) | 335º | 0.68% | 0.83% | - |
| XYZ | 32.7 | 19.4 | 22.1 | - |
| YUV | 116.9 | 133.71 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 127 | 0 | 0.68 | 0.40 | 0.17 | 335 | 0.62 | 0.55 |
| Hex | D3 | 43 | 7F | 0 | 44 | 28 | 11 | 14F | 3E | 37 |
| Octal | 323 | 103 | 177 | 0 | 104 | 50 | 21 | 517 | 76 | 67 |
| Binary | 11010011 | 1000011 | 1111111 | 0 | 1000100 | 101000 | 10001 | 101001111 | 111110 | 110111 |
Color Harmonies of #D3437F
Complementary color
Monochromatic Colors of #D3437F
Black with #D3437F
Text Example
Text Example
White with #D3437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3437F; }
p { color: rgb(211,67,127); }
H1.HeaderClassName
{
color: #D3437F;
}
.AnyTagClassName
{
color: #D3437F;
}
</style>
background-color css
<style>
a { background-color: #D3437F; }
a { background-color: rgb(211,67,127); }
div.DivClassName
{
background-color: #D3437F;
}
.BgClassName
{
background-color: #D3437F;
}
</style>
border-color css
<style>
span { border-color: #D3437F; }
span { border-color: rgb(211,67,127); }
td.TdClassName
{
border-color: #D3437F;
}
.TagClassName
{
border-color: #D3437F;
}
</style>