Shades of Cranberry #D2427A
Tints of Cranberry #D2427A
RGB
CMYK
RGB Variations
Color information
#D2427A (or 0xD2427A) is known color: Cranberry. HEX triplet: D2, 42 and 7A. RGB value is (210,66,122). Sum of RGB (Red+Green+Blue) = 210+66+122=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D2427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2427A is #2DBD85. Grayscale: #737373. Windows color (decimal): -2997638 or 8012498. OLE color: 8012498.
HSL color Cylindrical-coordinate representation of color #D2427A: hue angle of 336.67º degrees, saturation: 0.62, 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 #D2427A is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 122 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.18 |
| HSL | 336.67º | 0.62% | 0.54% | - |
| HSV(B) | 336.67º | 0.69% | 0.82% | - |
| XYZ | 32.04 | 19 | 20.39 | - |
| YUV | 115.44 | 131.71 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 122 | 0 | 0.69 | 0.42 | 0.18 | 336.67 | 0.62 | 0.54 |
| Hex | D2 | 42 | 7A | 0 | 45 | 2A | 12 | 151 | 3E | 36 |
| Octal | 322 | 102 | 172 | 0 | 105 | 52 | 22 | 521 | 76 | 66 |
| Binary | 11010010 | 1000010 | 1111010 | 0 | 1000101 | 101010 | 10010 | 101010001 | 111110 | 110110 |
Color Harmonies of #D2427A
Complementary color
Monochromatic Colors of #D2427A
Black with #D2427A
Text Example
Text Example
White with #D2427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2427A; }
p { color: rgb(210,66,122); }
H1.HeaderClassName
{
color: #D2427A;
}
.AnyTagClassName
{
color: #D2427A;
}
</style>
background-color css
<style>
a { background-color: #D2427A; }
a { background-color: rgb(210,66,122); }
div.DivClassName
{
background-color: #D2427A;
}
.BgClassName
{
background-color: #D2427A;
}
</style>
border-color css
<style>
span { border-color: #D2427A; }
span { border-color: rgb(210,66,122); }
td.TdClassName
{
border-color: #D2427A;
}
.TagClassName
{
border-color: #D2427A;
}
</style>