Shades of Cranberry #D44672
Tints of Cranberry #D44672
RGB
CMYK
RGB Variations
Color information
#D44672 (or 0xD44672) is known color: Cranberry. HEX triplet: D4, 46 and 72. RGB value is (212,70,114). Sum of RGB (Red+Green+Blue) = 212+70+114=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D44672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44672 is #2BB98D. Grayscale: #757575. Windows color (decimal): -2865550 or 7489236. OLE color: 7489236.
HSL color Cylindrical-coordinate representation of color #D44672: hue angle of 341.41º 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 #D44672 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 114 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.17 |
| HSL | 341.41º | 0.62% | 0.55% | - |
| HSV(B) | 341.41º | 0.67% | 0.83% | - |
| XYZ | 32.38 | 19.59 | 17.99 | - |
| YUV | 117.47 | 126.04 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 114 | 0 | 0.67 | 0.46 | 0.17 | 341.41 | 0.62 | 0.55 |
| Hex | D4 | 46 | 72 | 0 | 43 | 2E | 11 | 155 | 3E | 37 |
| Octal | 324 | 106 | 162 | 0 | 103 | 56 | 21 | 525 | 76 | 67 |
| Binary | 11010100 | 1000110 | 1110010 | 0 | 1000011 | 101110 | 10001 | 101010101 | 111110 | 110111 |
Color Harmonies of #D44672
Complementary color
Monochromatic Colors of #D44672
Black with #D44672
Text Example
Text Example
White with #D44672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44672; }
p { color: rgb(212,70,114); }
H1.HeaderClassName
{
color: #D44672;
}
.AnyTagClassName
{
color: #D44672;
}
</style>
background-color css
<style>
a { background-color: #D44672; }
a { background-color: rgb(212,70,114); }
div.DivClassName
{
background-color: #D44672;
}
.BgClassName
{
background-color: #D44672;
}
</style>
border-color css
<style>
span { border-color: #D44672; }
span { border-color: rgb(212,70,114); }
td.TdClassName
{
border-color: #D44672;
}
.TagClassName
{
border-color: #D44672;
}
</style>