Shades of Cranberry #D93D73
Tints of Cranberry #D93D73
RGB
CMYK
RGB Variations
Color information
#D93D73 (or 0xD93D73) is known color: Cranberry. HEX triplet: D9, 3D and 73. RGB value is (217,61,115). Sum of RGB (Red+Green+Blue) = 217+61+115=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93D73 is #26C28C. Grayscale: #717171. Windows color (decimal): -2540173 or 7552473. OLE color: 7552473.
HSL color Cylindrical-coordinate representation of color #D93D73: hue angle of 339.23º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93D73 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 115 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.15 |
| HSL | 339.23º | 0.67% | 0.55% | - |
| HSV(B) | 339.23º | 0.72% | 0.85% | - |
| XYZ | 33.38 | 19.33 | 18.19 | - |
| YUV | 113.8 | 128.68 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 115 | 0 | 0.72 | 0.47 | 0.15 | 339.23 | 0.67 | 0.55 |
| Hex | D9 | 3D | 73 | 0 | 48 | 2F | F | 153 | 43 | 37 |
| Octal | 331 | 75 | 163 | 0 | 110 | 57 | 17 | 523 | 103 | 67 |
| Binary | 11011001 | 111101 | 1110011 | 0 | 1001000 | 101111 | 1111 | 101010011 | 1000011 | 110111 |
Color Harmonies of #D93D73
Complementary color
Monochromatic Colors of #D93D73
Black with #D93D73
Text Example
Text Example
White with #D93D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D73; }
p { color: rgb(217,61,115); }
H1.HeaderClassName
{
color: #D93D73;
}
.AnyTagClassName
{
color: #D93D73;
}
</style>
background-color css
<style>
a { background-color: #D93D73; }
a { background-color: rgb(217,61,115); }
div.DivClassName
{
background-color: #D93D73;
}
.BgClassName
{
background-color: #D93D73;
}
</style>
border-color css
<style>
span { border-color: #D93D73; }
span { border-color: rgb(217,61,115); }
td.TdClassName
{
border-color: #D93D73;
}
.TagClassName
{
border-color: #D93D73;
}
</style>