Shades of Cranberry #D9417F
Tints of Cranberry #D9417F
RGB
CMYK
RGB Variations
Color information
#D9417F (or 0xD9417F) is known color: Cranberry. HEX triplet: D9, 41 and 7F. RGB value is (217,65,127). Sum of RGB (Red+Green+Blue) = 217+65+127=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9417F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9417F is #26BE80. Grayscale: #757575. Windows color (decimal): -2539137 or 8339929. OLE color: 8339929.
HSL color Cylindrical-coordinate representation of color #D9417F: hue angle of 335.53º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9417F is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 65 | 127 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.15 |
| HSL | 335.53º | 0.67% | 0.55% | - |
| HSV(B) | 335.53º | 0.7% | 0.85% | - |
| XYZ | 34.34 | 20.06 | 22.14 | - |
| YUV | 117.52 | 133.36 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 65 | 127 | 0 | 0.70 | 0.41 | 0.15 | 335.53 | 0.67 | 0.55 |
| Hex | D9 | 41 | 7F | 0 | 46 | 29 | F | 150 | 43 | 37 |
| Octal | 331 | 101 | 177 | 0 | 106 | 51 | 17 | 520 | 103 | 67 |
| Binary | 11011001 | 1000001 | 1111111 | 0 | 1000110 | 101001 | 1111 | 101010000 | 1000011 | 110111 |
Color Harmonies of #D9417F
Complementary color
Monochromatic Colors of #D9417F
Black with #D9417F
Text Example
Text Example
White with #D9417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9417F; }
p { color: rgb(217,65,127); }
H1.HeaderClassName
{
color: #D9417F;
}
.AnyTagClassName
{
color: #D9417F;
}
</style>
background-color css
<style>
a { background-color: #D9417F; }
a { background-color: rgb(217,65,127); }
div.DivClassName
{
background-color: #D9417F;
}
.BgClassName
{
background-color: #D9417F;
}
</style>
border-color css
<style>
span { border-color: #D9417F; }
span { border-color: rgb(217,65,127); }
td.TdClassName
{
border-color: #D9417F;
}
.TagClassName
{
border-color: #D9417F;
}
</style>