Shades of Cranberry #D54583
Tints of Cranberry #D54583
RGB
CMYK
RGB Variations
Color information
#D54583 (or 0xD54583) is known color: Cranberry. HEX triplet: D5, 45 and 83. RGB value is (213,69,131). Sum of RGB (Red+Green+Blue) = 213+69+131=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D54583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54583 is #2ABA7C. Grayscale: #777777. Windows color (decimal): -2800253 or 8603093. OLE color: 8603093.
HSL color Cylindrical-coordinate representation of color #D54583: hue angle of 334.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54583 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 131 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.16 |
| HSL | 334.17º | 0.63% | 0.55% | - |
| HSV(B) | 334.17º | 0.68% | 0.84% | - |
| XYZ | 33.67 | 20.04 | 23.57 | - |
| YUV | 119.12 | 134.71 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 131 | 0 | 0.68 | 0.38 | 0.16 | 334.17 | 0.63 | 0.55 |
| Hex | D5 | 45 | 83 | 0 | 44 | 26 | 10 | 14E | 3F | 37 |
| Octal | 325 | 105 | 203 | 0 | 104 | 46 | 20 | 516 | 77 | 67 |
| Binary | 11010101 | 1000101 | 10000011 | 0 | 1000100 | 100110 | 10000 | 101001110 | 111111 | 110111 |
Color Harmonies of #D54583
Complementary color
Monochromatic Colors of #D54583
Black with #D54583
Text Example
Text Example
White with #D54583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54583; }
p { color: rgb(213,69,131); }
H1.HeaderClassName
{
color: #D54583;
}
.AnyTagClassName
{
color: #D54583;
}
</style>
background-color css
<style>
a { background-color: #D54583; }
a { background-color: rgb(213,69,131); }
div.DivClassName
{
background-color: #D54583;
}
.BgClassName
{
background-color: #D54583;
}
</style>
border-color css
<style>
span { border-color: #D54583; }
span { border-color: rgb(213,69,131); }
td.TdClassName
{
border-color: #D54583;
}
.TagClassName
{
border-color: #D54583;
}
</style>