Shades of Cranberry #D1417D
Tints of Cranberry #D1417D
RGB
CMYK
RGB Variations
Color information
#D1417D (or 0xD1417D) is known color: Cranberry. HEX triplet: D1, 41 and 7D. RGB value is (209,65,125). Sum of RGB (Red+Green+Blue) = 209+65+125=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1417D is #2EBE82. Grayscale: #727272. Windows color (decimal): -3063427 or 8208849. OLE color: 8208849.
HSL color Cylindrical-coordinate representation of color #D1417D: hue angle of 335º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1417D is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 125 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.18 |
| HSL | 335º | 0.61% | 0.54% | - |
| HSV(B) | 335º | 0.69% | 0.82% | - |
| XYZ | 31.89 | 18.82 | 21.35 | - |
| YUV | 114.9 | 133.71 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 125 | 0 | 0.69 | 0.40 | 0.18 | 335 | 0.61 | 0.54 |
| Hex | D1 | 41 | 7D | 0 | 45 | 28 | 12 | 14F | 3D | 36 |
| Octal | 321 | 101 | 175 | 0 | 105 | 50 | 22 | 517 | 75 | 66 |
| Binary | 11010001 | 1000001 | 1111101 | 0 | 1000101 | 101000 | 10010 | 101001111 | 111101 | 110110 |
Color Harmonies of #D1417D
Complementary color
Monochromatic Colors of #D1417D
Black with #D1417D
Text Example
Text Example
White with #D1417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1417D; }
p { color: rgb(209,65,125); }
H1.HeaderClassName
{
color: #D1417D;
}
.AnyTagClassName
{
color: #D1417D;
}
</style>
background-color css
<style>
a { background-color: #D1417D; }
a { background-color: rgb(209,65,125); }
div.DivClassName
{
background-color: #D1417D;
}
.BgClassName
{
background-color: #D1417D;
}
</style>
border-color css
<style>
span { border-color: #D1417D; }
span { border-color: rgb(209,65,125); }
td.TdClassName
{
border-color: #D1417D;
}
.TagClassName
{
border-color: #D1417D;
}
</style>