Shades of Cranberry #D94470
Tints of Cranberry #D94470
RGB
CMYK
RGB Variations
Color information
#D94470 (or 0xD94470) is known color: Cranberry. HEX triplet: D9, 44 and 70. RGB value is (217,68,112). Sum of RGB (Red+Green+Blue) = 217+68+112=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D94470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94470 is #26BB8F. Grayscale: #757575. Windows color (decimal): -2538384 or 7357657. OLE color: 7357657.
HSL color Cylindrical-coordinate representation of color #D94470: hue angle of 342.28º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94470 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 112 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.15 |
| HSL | 342.28º | 0.66% | 0.56% | - |
| HSV(B) | 342.28º | 0.69% | 0.85% | - |
| XYZ | 33.61 | 20.06 | 17.43 | - |
| YUV | 117.57 | 124.86 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 112 | 0 | 0.69 | 0.48 | 0.15 | 342.28 | 0.66 | 0.56 |
| Hex | D9 | 44 | 70 | 0 | 45 | 30 | F | 156 | 42 | 38 |
| Octal | 331 | 104 | 160 | 0 | 105 | 60 | 17 | 526 | 102 | 70 |
| Binary | 11011001 | 1000100 | 1110000 | 0 | 1000101 | 110000 | 1111 | 101010110 | 1000010 | 111000 |
Color Harmonies of #D94470
Complementary color
Monochromatic Colors of #D94470
Black with #D94470
Text Example
Text Example
White with #D94470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94470; }
p { color: rgb(217,68,112); }
H1.HeaderClassName
{
color: #D94470;
}
.AnyTagClassName
{
color: #D94470;
}
</style>
background-color css
<style>
a { background-color: #D94470; }
a { background-color: rgb(217,68,112); }
div.DivClassName
{
background-color: #D94470;
}
.BgClassName
{
background-color: #D94470;
}
</style>
border-color css
<style>
span { border-color: #D94470; }
span { border-color: rgb(217,68,112); }
td.TdClassName
{
border-color: #D94470;
}
.TagClassName
{
border-color: #D94470;
}
</style>