Shades of Cranberry #D94A7D
Tints of Cranberry #D94A7D
RGB
CMYK
RGB Variations
Color information
#D94A7D (or 0xD94A7D) is known color: Cranberry. HEX triplet: D9, 4A and 7D. RGB value is (217,74,125). Sum of RGB (Red+Green+Blue) = 217+74+125=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94A7D is #26B582. Grayscale: #7A7A7A. Windows color (decimal): -2536835 or 8211161. OLE color: 8211161.
HSL color Cylindrical-coordinate representation of color #D94A7D: hue angle of 338.6º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D94A7D is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 74 | 125 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.15 |
| HSL | 338.6º | 0.65% | 0.57% | - |
| HSV(B) | 338.6º | 0.66% | 0.85% | - |
| XYZ | 34.77 | 21.13 | 21.65 | - |
| YUV | 122.57 | 129.38 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 125 | 0 | 0.66 | 0.42 | 0.15 | 338.6 | 0.65 | 0.57 |
| Hex | D9 | 4A | 7D | 0 | 42 | 2A | F | 153 | 41 | 39 |
| Octal | 331 | 112 | 175 | 0 | 102 | 52 | 17 | 523 | 101 | 71 |
| Binary | 11011001 | 1001010 | 1111101 | 0 | 1000010 | 101010 | 1111 | 101010011 | 1000001 | 111001 |
Color Harmonies of #D94A7D
Complementary color
Monochromatic Colors of #D94A7D
Black with #D94A7D
Text Example
Text Example
White with #D94A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94A7D; }
p { color: rgb(217,74,125); }
H1.HeaderClassName
{
color: #D94A7D;
}
.AnyTagClassName
{
color: #D94A7D;
}
</style>
background-color css
<style>
a { background-color: #D94A7D; }
a { background-color: rgb(217,74,125); }
div.DivClassName
{
background-color: #D94A7D;
}
.BgClassName
{
background-color: #D94A7D;
}
</style>
border-color css
<style>
span { border-color: #D94A7D; }
span { border-color: rgb(217,74,125); }
td.TdClassName
{
border-color: #D94A7D;
}
.TagClassName
{
border-color: #D94A7D;
}
</style>