Shades of Cranberry #D44670
Tints of Cranberry #D44670
RGB
CMYK
RGB Variations
Color information
#D44670 (or 0xD44670) is known color: Cranberry. HEX triplet: D4, 46 and 70. RGB value is (212,70,112). Sum of RGB (Red+Green+Blue) = 212+70+112=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D44670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44670 is #2BB98F. Grayscale: #757575. Windows color (decimal): -2865552 or 7358164. OLE color: 7358164.
HSL color Cylindrical-coordinate representation of color #D44670: hue angle of 342.25º 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 #D44670 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 112 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.17 |
| HSL | 342.25º | 0.62% | 0.55% | - |
| HSV(B) | 342.25º | 0.67% | 0.83% | - |
| XYZ | 32.27 | 19.55 | 17.4 | - |
| YUV | 117.25 | 125.04 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 112 | 0 | 0.67 | 0.47 | 0.17 | 342.25 | 0.62 | 0.55 |
| Hex | D4 | 46 | 70 | 0 | 43 | 2F | 11 | 156 | 3E | 37 |
| Octal | 324 | 106 | 160 | 0 | 103 | 57 | 21 | 526 | 76 | 67 |
| Binary | 11010100 | 1000110 | 1110000 | 0 | 1000011 | 101111 | 10001 | 101010110 | 111110 | 110111 |
Color Harmonies of #D44670
Complementary color
Monochromatic Colors of #D44670
Black with #D44670
Text Example
Text Example
White with #D44670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44670; }
p { color: rgb(212,70,112); }
H1.HeaderClassName
{
color: #D44670;
}
.AnyTagClassName
{
color: #D44670;
}
</style>
background-color css
<style>
a { background-color: #D44670; }
a { background-color: rgb(212,70,112); }
div.DivClassName
{
background-color: #D44670;
}
.BgClassName
{
background-color: #D44670;
}
</style>
border-color css
<style>
span { border-color: #D44670; }
span { border-color: rgb(212,70,112); }
td.TdClassName
{
border-color: #D44670;
}
.TagClassName
{
border-color: #D44670;
}
</style>