Shades of Cranberry #D1427A
Tints of Cranberry #D1427A
RGB
CMYK
RGB Variations
Color information
#D1427A (or 0xD1427A) is known color: Cranberry. HEX triplet: D1, 42 and 7A. RGB value is (209,66,122). Sum of RGB (Red+Green+Blue) = 209+66+122=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D1427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1427A is #2EBD85. Grayscale: #737373. Windows color (decimal): -3063174 or 8012497. OLE color: 8012497.
HSL color Cylindrical-coordinate representation of color #D1427A: hue angle of 336.5º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1427A is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 122 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.18 |
| HSL | 336.5º | 0.61% | 0.54% | - |
| HSV(B) | 336.5º | 0.68% | 0.82% | - |
| XYZ | 31.76 | 18.86 | 20.38 | - |
| YUV | 115.14 | 131.88 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 122 | 0 | 0.68 | 0.42 | 0.18 | 336.5 | 0.61 | 0.54 |
| Hex | D1 | 42 | 7A | 0 | 44 | 2A | 12 | 151 | 3D | 36 |
| Octal | 321 | 102 | 172 | 0 | 104 | 52 | 22 | 521 | 75 | 66 |
| Binary | 11010001 | 1000010 | 1111010 | 0 | 1000100 | 101010 | 10010 | 101010001 | 111101 | 110110 |
Color Harmonies of #D1427A
Complementary color
Monochromatic Colors of #D1427A
Black with #D1427A
Text Example
Text Example
White with #D1427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1427A; }
p { color: rgb(209,66,122); }
H1.HeaderClassName
{
color: #D1427A;
}
.AnyTagClassName
{
color: #D1427A;
}
</style>
background-color css
<style>
a { background-color: #D1427A; }
a { background-color: rgb(209,66,122); }
div.DivClassName
{
background-color: #D1427A;
}
.BgClassName
{
background-color: #D1427A;
}
</style>
border-color css
<style>
span { border-color: #D1427A; }
span { border-color: rgb(209,66,122); }
td.TdClassName
{
border-color: #D1427A;
}
.TagClassName
{
border-color: #D1427A;
}
</style>