Shades of Cranberry #D94B7D
Tints of Cranberry #D94B7D
RGB
CMYK
RGB Variations
Color information
#D94B7D (or 0xD94B7D) is known color: Cranberry. HEX triplet: D9, 4B and 7D. RGB value is (217,75,125). Sum of RGB (Red+Green+Blue) = 217+75+125=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94B7D is #26B482. Grayscale: #7B7B7B. Windows color (decimal): -2536579 or 8211417. OLE color: 8211417.
HSL color Cylindrical-coordinate representation of color #D94B7D: hue angle of 338.87º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94B7D is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 75 | 125 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.15 |
| HSL | 338.87º | 0.65% | 0.57% | - |
| HSV(B) | 338.87º | 0.65% | 0.85% | - |
| XYZ | 34.83 | 21.26 | 21.67 | - |
| YUV | 123.16 | 129.04 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 75 | 125 | 0 | 0.65 | 0.42 | 0.15 | 338.87 | 0.65 | 0.57 |
| Hex | D9 | 4B | 7D | 0 | 41 | 2A | F | 153 | 41 | 39 |
| Octal | 331 | 113 | 175 | 0 | 101 | 52 | 17 | 523 | 101 | 71 |
| Binary | 11011001 | 1001011 | 1111101 | 0 | 1000001 | 101010 | 1111 | 101010011 | 1000001 | 111001 |
Color Harmonies of #D94B7D
Complementary color
Monochromatic Colors of #D94B7D
Black with #D94B7D
Text Example
Text Example
White with #D94B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94B7D; }
p { color: rgb(217,75,125); }
H1.HeaderClassName
{
color: #D94B7D;
}
.AnyTagClassName
{
color: #D94B7D;
}
</style>
background-color css
<style>
a { background-color: #D94B7D; }
a { background-color: rgb(217,75,125); }
div.DivClassName
{
background-color: #D94B7D;
}
.BgClassName
{
background-color: #D94B7D;
}
</style>
border-color css
<style>
span { border-color: #D94B7D; }
span { border-color: rgb(217,75,125); }
td.TdClassName
{
border-color: #D94B7D;
}
.TagClassName
{
border-color: #D94B7D;
}
</style>