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