Shades of Cranberry #D44577
Tints of Cranberry #D44577
RGB
CMYK
RGB Variations
Color information
#D44577 (or 0xD44577) is known color: Cranberry. HEX triplet: D4, 45 and 77. RGB value is (212,69,119). Sum of RGB (Red+Green+Blue) = 212+69+119=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D44577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44577 is #2BBA88. Grayscale: #757575. Windows color (decimal): -2865801 or 7816660. OLE color: 7816660.
HSL color Cylindrical-coordinate representation of color #D44577: hue angle of 339.02º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D44577 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 119 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.17 |
| HSL | 339.02º | 0.62% | 0.55% | - |
| HSV(B) | 339.02º | 0.67% | 0.83% | - |
| XYZ | 32.61 | 19.59 | 19.51 | - |
| YUV | 117.46 | 128.88 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 119 | 0 | 0.67 | 0.44 | 0.17 | 339.02 | 0.62 | 0.55 |
| Hex | D4 | 45 | 77 | 0 | 43 | 2C | 11 | 153 | 3E | 37 |
| Octal | 324 | 105 | 167 | 0 | 103 | 54 | 21 | 523 | 76 | 67 |
| Binary | 11010100 | 1000101 | 1110111 | 0 | 1000011 | 101100 | 10001 | 101010011 | 111110 | 110111 |
Color Harmonies of #D44577
Complementary color
Monochromatic Colors of #D44577
Black with #D44577
Text Example
Text Example
White with #D44577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44577; }
p { color: rgb(212,69,119); }
H1.HeaderClassName
{
color: #D44577;
}
.AnyTagClassName
{
color: #D44577;
}
</style>
background-color css
<style>
a { background-color: #D44577; }
a { background-color: rgb(212,69,119); }
div.DivClassName
{
background-color: #D44577;
}
.BgClassName
{
background-color: #D44577;
}
</style>
border-color css
<style>
span { border-color: #D44577; }
span { border-color: rgb(212,69,119); }
td.TdClassName
{
border-color: #D44577;
}
.TagClassName
{
border-color: #D44577;
}
</style>