Shades of Cranberry #D5437B
Tints of Cranberry #D5437B
RGB
CMYK
RGB Variations
Color information
#D5437B (or 0xD5437B) is known color: Cranberry. HEX triplet: D5, 43 and 7B. RGB value is (213,67,123). Sum of RGB (Red+Green+Blue) = 213+67+123=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5437B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5437B is #2ABC84. Grayscale: #747474. Windows color (decimal): -2800773 or 8078293. OLE color: 8078293.
HSL color Cylindrical-coordinate representation of color #D5437B: hue angle of 336.99º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5437B is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 123 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.16 |
| HSL | 336.99º | 0.63% | 0.55% | - |
| HSV(B) | 336.99º | 0.69% | 0.84% | - |
| XYZ | 33.02 | 19.59 | 20.78 | - |
| YUV | 117.04 | 131.37 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 123 | 0 | 0.69 | 0.42 | 0.16 | 336.99 | 0.63 | 0.55 |
| Hex | D5 | 43 | 7B | 0 | 45 | 2A | 10 | 151 | 3F | 37 |
| Octal | 325 | 103 | 173 | 0 | 105 | 52 | 20 | 521 | 77 | 67 |
| Binary | 11010101 | 1000011 | 1111011 | 0 | 1000101 | 101010 | 10000 | 101010001 | 111111 | 110111 |
Color Harmonies of #D5437B
Complementary color
Monochromatic Colors of #D5437B
Black with #D5437B
Text Example
Text Example
White with #D5437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5437B; }
p { color: rgb(213,67,123); }
H1.HeaderClassName
{
color: #D5437B;
}
.AnyTagClassName
{
color: #D5437B;
}
</style>
background-color css
<style>
a { background-color: #D5437B; }
a { background-color: rgb(213,67,123); }
div.DivClassName
{
background-color: #D5437B;
}
.BgClassName
{
background-color: #D5437B;
}
</style>
border-color css
<style>
span { border-color: #D5437B; }
span { border-color: rgb(213,67,123); }
td.TdClassName
{
border-color: #D5437B;
}
.TagClassName
{
border-color: #D5437B;
}
</style>