Shades of Cranberry #D93D74
Tints of Cranberry #D93D74
RGB
CMYK
RGB Variations
Color information
#D93D74 (or 0xD93D74) is known color: Cranberry. HEX triplet: D9, 3D and 74. RGB value is (217,61,116). Sum of RGB (Red+Green+Blue) = 217+61+116=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93D74 is #26C28B. Grayscale: #717171. Windows color (decimal): -2540172 or 7618009. OLE color: 7618009.
HSL color Cylindrical-coordinate representation of color #D93D74: hue angle of 338.85º 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 #D93D74 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 116 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.15 |
| HSL | 338.85º | 0.67% | 0.55% | - |
| HSV(B) | 338.85º | 0.72% | 0.85% | - |
| XYZ | 33.44 | 19.35 | 18.5 | - |
| YUV | 113.91 | 129.18 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 116 | 0 | 0.72 | 0.47 | 0.15 | 338.85 | 0.67 | 0.55 |
| Hex | D9 | 3D | 74 | 0 | 48 | 2F | F | 153 | 43 | 37 |
| Octal | 331 | 75 | 164 | 0 | 110 | 57 | 17 | 523 | 103 | 67 |
| Binary | 11011001 | 111101 | 1110100 | 0 | 1001000 | 101111 | 1111 | 101010011 | 1000011 | 110111 |
Color Harmonies of #D93D74
Complementary color
Monochromatic Colors of #D93D74
Black with #D93D74
Text Example
Text Example
White with #D93D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D74; }
p { color: rgb(217,61,116); }
H1.HeaderClassName
{
color: #D93D74;
}
.AnyTagClassName
{
color: #D93D74;
}
</style>
background-color css
<style>
a { background-color: #D93D74; }
a { background-color: rgb(217,61,116); }
div.DivClassName
{
background-color: #D93D74;
}
.BgClassName
{
background-color: #D93D74;
}
</style>
border-color css
<style>
span { border-color: #D93D74; }
span { border-color: rgb(217,61,116); }
td.TdClassName
{
border-color: #D93D74;
}
.TagClassName
{
border-color: #D93D74;
}
</style>