Shades of Cranberry #D3437B
Tints of Cranberry #D3437B
RGB
CMYK
RGB Variations
Color information
#D3437B (or 0xD3437B) is known color: Cranberry. HEX triplet: D3, 43 and 7B. RGB value is (211,67,123). Sum of RGB (Red+Green+Blue) = 211+67+123=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D3437B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3437B is #2CBC84. Grayscale: #747474. Windows color (decimal): -2931845 or 8078291. OLE color: 8078291.
HSL color Cylindrical-coordinate representation of color #D3437B: hue angle of 336.67º 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 #D3437B is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 123 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.17 |
| HSL | 336.67º | 0.62% | 0.55% | - |
| HSV(B) | 336.67º | 0.68% | 0.83% | - |
| XYZ | 32.45 | 19.29 | 20.75 | - |
| YUV | 116.44 | 131.71 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 123 | 0 | 0.68 | 0.42 | 0.17 | 336.67 | 0.62 | 0.55 |
| Hex | D3 | 43 | 7B | 0 | 44 | 2A | 11 | 151 | 3E | 37 |
| Octal | 323 | 103 | 173 | 0 | 104 | 52 | 21 | 521 | 76 | 67 |
| Binary | 11010011 | 1000011 | 1111011 | 0 | 1000100 | 101010 | 10001 | 101010001 | 111110 | 110111 |
Color Harmonies of #D3437B
Complementary color
Monochromatic Colors of #D3437B
Black with #D3437B
Text Example
Text Example
White with #D3437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3437B; }
p { color: rgb(211,67,123); }
H1.HeaderClassName
{
color: #D3437B;
}
.AnyTagClassName
{
color: #D3437B;
}
</style>
background-color css
<style>
a { background-color: #D3437B; }
a { background-color: rgb(211,67,123); }
div.DivClassName
{
background-color: #D3437B;
}
.BgClassName
{
background-color: #D3437B;
}
</style>
border-color css
<style>
span { border-color: #D3437B; }
span { border-color: rgb(211,67,123); }
td.TdClassName
{
border-color: #D3437B;
}
.TagClassName
{
border-color: #D3437B;
}
</style>