Shades of Cranberry #D94072
Tints of Cranberry #D94072
RGB
CMYK
RGB Variations
Color information
#D94072 (or 0xD94072) is known color: Cranberry. HEX triplet: D9, 40 and 72. RGB value is (217,64,114). Sum of RGB (Red+Green+Blue) = 217+64+114=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D94072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94072 is #26BF8D. Grayscale: #737373. Windows color (decimal): -2539406 or 7487705. OLE color: 7487705.
HSL color Cylindrical-coordinate representation of color #D94072: hue angle of 340.39º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D94072 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 114 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.15 |
| HSL | 340.39º | 0.67% | 0.55% | - |
| HSV(B) | 340.39º | 0.71% | 0.85% | - |
| XYZ | 33.49 | 19.63 | 17.94 | - |
| YUV | 115.45 | 127.19 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 114 | 0 | 0.71 | 0.47 | 0.15 | 340.39 | 0.67 | 0.55 |
| Hex | D9 | 40 | 72 | 0 | 47 | 2F | F | 154 | 43 | 37 |
| Octal | 331 | 100 | 162 | 0 | 107 | 57 | 17 | 524 | 103 | 67 |
| Binary | 11011001 | 1000000 | 1110010 | 0 | 1000111 | 101111 | 1111 | 101010100 | 1000011 | 110111 |
Color Harmonies of #D94072
Complementary color
Monochromatic Colors of #D94072
Black with #D94072
Text Example
Text Example
White with #D94072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94072; }
p { color: rgb(217,64,114); }
H1.HeaderClassName
{
color: #D94072;
}
.AnyTagClassName
{
color: #D94072;
}
</style>
background-color css
<style>
a { background-color: #D94072; }
a { background-color: rgb(217,64,114); }
div.DivClassName
{
background-color: #D94072;
}
.BgClassName
{
background-color: #D94072;
}
</style>
border-color css
<style>
span { border-color: #D94072; }
span { border-color: rgb(217,64,114); }
td.TdClassName
{
border-color: #D94072;
}
.TagClassName
{
border-color: #D94072;
}
</style>