Shades of Cranberry #D1427B
Tints of Cranberry #D1427B
RGB
CMYK
RGB Variations
Color information
#D1427B (or 0xD1427B) is known color: Cranberry. HEX triplet: D1, 42 and 7B. RGB value is (209,66,123). Sum of RGB (Red+Green+Blue) = 209+66+123=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D1427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1427B is #2EBD84. Grayscale: #737373. Windows color (decimal): -3063173 or 8078033. OLE color: 8078033.
HSL color Cylindrical-coordinate representation of color #D1427B: hue angle of 336.08º 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 #D1427B is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 123 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.18 |
| HSL | 336.08º | 0.61% | 0.54% | - |
| HSV(B) | 336.08º | 0.68% | 0.82% | - |
| XYZ | 31.82 | 18.88 | 20.71 | - |
| YUV | 115.26 | 132.38 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 123 | 0 | 0.68 | 0.41 | 0.18 | 336.08 | 0.61 | 0.54 |
| Hex | D1 | 42 | 7B | 0 | 44 | 29 | 12 | 150 | 3D | 36 |
| Octal | 321 | 102 | 173 | 0 | 104 | 51 | 22 | 520 | 75 | 66 |
| Binary | 11010001 | 1000010 | 1111011 | 0 | 1000100 | 101001 | 10010 | 101010000 | 111101 | 110110 |
Color Harmonies of #D1427B
Complementary color
Monochromatic Colors of #D1427B
Black with #D1427B
Text Example
Text Example
White with #D1427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1427B; }
p { color: rgb(209,66,123); }
H1.HeaderClassName
{
color: #D1427B;
}
.AnyTagClassName
{
color: #D1427B;
}
</style>
background-color css
<style>
a { background-color: #D1427B; }
a { background-color: rgb(209,66,123); }
div.DivClassName
{
background-color: #D1427B;
}
.BgClassName
{
background-color: #D1427B;
}
</style>
border-color css
<style>
span { border-color: #D1427B; }
span { border-color: rgb(209,66,123); }
td.TdClassName
{
border-color: #D1427B;
}
.TagClassName
{
border-color: #D1427B;
}
</style>