Shades of Cranberry #D93F73
Tints of Cranberry #D93F73
RGB
CMYK
RGB Variations
Color information
#D93F73 (or 0xD93F73) is known color: Cranberry. HEX triplet: D9, 3F and 73. RGB value is (217,63,115). Sum of RGB (Red+Green+Blue) = 217+63+115=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93F73 is #26C08C. Grayscale: #727272. Windows color (decimal): -2539661 or 7552985. OLE color: 7552985.
HSL color Cylindrical-coordinate representation of color #D93F73: hue angle of 339.74º 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 #D93F73 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 63 | 115 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.15 |
| HSL | 339.74º | 0.67% | 0.55% | - |
| HSV(B) | 339.74º | 0.71% | 0.85% | - |
| XYZ | 33.49 | 19.54 | 18.23 | - |
| YUV | 114.97 | 128.02 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 115 | 0 | 0.71 | 0.47 | 0.15 | 339.74 | 0.67 | 0.55 |
| Hex | D9 | 3F | 73 | 0 | 47 | 2F | F | 154 | 43 | 37 |
| Octal | 331 | 77 | 163 | 0 | 107 | 57 | 17 | 524 | 103 | 67 |
| Binary | 11011001 | 111111 | 1110011 | 0 | 1000111 | 101111 | 1111 | 101010100 | 1000011 | 110111 |
Color Harmonies of #D93F73
Complementary color
Monochromatic Colors of #D93F73
Black with #D93F73
Text Example
Text Example
White with #D93F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93F73; }
p { color: rgb(217,63,115); }
H1.HeaderClassName
{
color: #D93F73;
}
.AnyTagClassName
{
color: #D93F73;
}
</style>
background-color css
<style>
a { background-color: #D93F73; }
a { background-color: rgb(217,63,115); }
div.DivClassName
{
background-color: #D93F73;
}
.BgClassName
{
background-color: #D93F73;
}
</style>
border-color css
<style>
span { border-color: #D93F73; }
span { border-color: rgb(217,63,115); }
td.TdClassName
{
border-color: #D93F73;
}
.TagClassName
{
border-color: #D93F73;
}
</style>