Shades of Cranberry #D6427A
Tints of Cranberry #D6427A
RGB
CMYK
RGB Variations
Color information
#D6427A (or 0xD6427A) is known color: Cranberry. HEX triplet: D6, 42 and 7A. RGB value is (214,66,122). Sum of RGB (Red+Green+Blue) = 214+66+122=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D6427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6427A is #29BD85. Grayscale: #747474. Windows color (decimal): -2735494 or 8012502. OLE color: 8012502.
HSL color Cylindrical-coordinate representation of color #D6427A: hue angle of 337.3º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6427A is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 122 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.16 |
| HSL | 337.3º | 0.64% | 0.55% | - |
| HSV(B) | 337.3º | 0.69% | 0.84% | - |
| XYZ | 33.19 | 19.6 | 20.45 | - |
| YUV | 116.64 | 131.03 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 122 | 0 | 0.69 | 0.43 | 0.16 | 337.3 | 0.64 | 0.55 |
| Hex | D6 | 42 | 7A | 0 | 45 | 2B | 10 | 151 | 40 | 37 |
| Octal | 326 | 102 | 172 | 0 | 105 | 53 | 20 | 521 | 100 | 67 |
| Binary | 11010110 | 1000010 | 1111010 | 0 | 1000101 | 101011 | 10000 | 101010001 | 1000000 | 110111 |
Color Harmonies of #D6427A
Complementary color
Monochromatic Colors of #D6427A
Black with #D6427A
Text Example
Text Example
White with #D6427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6427A; }
p { color: rgb(214,66,122); }
H1.HeaderClassName
{
color: #D6427A;
}
.AnyTagClassName
{
color: #D6427A;
}
</style>
background-color css
<style>
a { background-color: #D6427A; }
a { background-color: rgb(214,66,122); }
div.DivClassName
{
background-color: #D6427A;
}
.BgClassName
{
background-color: #D6427A;
}
</style>
border-color css
<style>
span { border-color: #D6427A; }
span { border-color: rgb(214,66,122); }
td.TdClassName
{
border-color: #D6427A;
}
.TagClassName
{
border-color: #D6427A;
}
</style>