Shades of Cranberry #D9407D
Tints of Cranberry #D9407D
RGB
CMYK
RGB Variations
Color information
#D9407D (or 0xD9407D) is known color: Cranberry. HEX triplet: D9, 40 and 7D. RGB value is (217,64,125). Sum of RGB (Red+Green+Blue) = 217+64+125=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D9407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9407D is #26BF82. Grayscale: #747474. Windows color (decimal): -2539395 or 8208601. OLE color: 8208601.
HSL color Cylindrical-coordinate representation of color #D9407D: hue angle of 336.08º 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 #D9407D is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 125 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.15 |
| HSL | 336.08º | 0.67% | 0.55% | - |
| HSV(B) | 336.08º | 0.71% | 0.85% | - |
| XYZ | 34.15 | 19.9 | 21.44 | - |
| YUV | 116.7 | 132.69 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 125 | 0 | 0.71 | 0.42 | 0.15 | 336.08 | 0.67 | 0.55 |
| Hex | D9 | 40 | 7D | 0 | 47 | 2A | F | 150 | 43 | 37 |
| Octal | 331 | 100 | 175 | 0 | 107 | 52 | 17 | 520 | 103 | 67 |
| Binary | 11011001 | 1000000 | 1111101 | 0 | 1000111 | 101010 | 1111 | 101010000 | 1000011 | 110111 |
Color Harmonies of #D9407D
Complementary color
Monochromatic Colors of #D9407D
Black with #D9407D
Text Example
Text Example
White with #D9407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9407D; }
p { color: rgb(217,64,125); }
H1.HeaderClassName
{
color: #D9407D;
}
.AnyTagClassName
{
color: #D9407D;
}
</style>
background-color css
<style>
a { background-color: #D9407D; }
a { background-color: rgb(217,64,125); }
div.DivClassName
{
background-color: #D9407D;
}
.BgClassName
{
background-color: #D9407D;
}
</style>
border-color css
<style>
span { border-color: #D9407D; }
span { border-color: rgb(217,64,125); }
td.TdClassName
{
border-color: #D9407D;
}
.TagClassName
{
border-color: #D9407D;
}
</style>