Shades of Cranberry #D94872
Tints of Cranberry #D94872
RGB
CMYK
RGB Variations
Color information
#D94872 (or 0xD94872) is known color: Cranberry. HEX triplet: D9, 48 and 72. RGB value is (217,72,114). Sum of RGB (Red+Green+Blue) = 217+72+114=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D94872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94872 is #26B78D. Grayscale: #787878. Windows color (decimal): -2537358 or 7489753. OLE color: 7489753.
HSL color Cylindrical-coordinate representation of color #D94872: hue angle of 342.62º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D94872 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 72 | 114 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.15 |
| HSL | 342.62º | 0.66% | 0.57% | - |
| HSV(B) | 342.62º | 0.67% | 0.85% | - |
| XYZ | 33.97 | 20.6 | 18.11 | - |
| YUV | 120.14 | 124.54 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 72 | 114 | 0 | 0.67 | 0.47 | 0.15 | 342.62 | 0.66 | 0.57 |
| Hex | D9 | 48 | 72 | 0 | 43 | 2F | F | 157 | 42 | 39 |
| Octal | 331 | 110 | 162 | 0 | 103 | 57 | 17 | 527 | 102 | 71 |
| Binary | 11011001 | 1001000 | 1110010 | 0 | 1000011 | 101111 | 1111 | 101010111 | 1000010 | 111001 |
Color Harmonies of #D94872
Complementary color
Monochromatic Colors of #D94872
Black with #D94872
Text Example
Text Example
White with #D94872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94872; }
p { color: rgb(217,72,114); }
H1.HeaderClassName
{
color: #D94872;
}
.AnyTagClassName
{
color: #D94872;
}
</style>
background-color css
<style>
a { background-color: #D94872; }
a { background-color: rgb(217,72,114); }
div.DivClassName
{
background-color: #D94872;
}
.BgClassName
{
background-color: #D94872;
}
</style>
border-color css
<style>
span { border-color: #D94872; }
span { border-color: rgb(217,72,114); }
td.TdClassName
{
border-color: #D94872;
}
.TagClassName
{
border-color: #D94872;
}
</style>