Shades of Cranberry #D6487B
Tints of Cranberry #D6487B
RGB
CMYK
RGB Variations
Color information
#D6487B (or 0xD6487B) is known color: Cranberry. HEX triplet: D6, 48 and 7B. RGB value is (214,72,123). Sum of RGB (Red+Green+Blue) = 214+72+123=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6487B is #29B784. Grayscale: #787878. Windows color (decimal): -2733957 or 8079574. OLE color: 8079574.
HSL color Cylindrical-coordinate representation of color #D6487B: hue angle of 338.45º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6487B is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 123 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.16 |
| HSL | 338.45º | 0.63% | 0.56% | - |
| HSV(B) | 338.45º | 0.66% | 0.84% | - |
| XYZ | 33.62 | 20.36 | 20.9 | - |
| YUV | 120.27 | 129.54 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 123 | 0 | 0.66 | 0.43 | 0.16 | 338.45 | 0.63 | 0.56 |
| Hex | D6 | 48 | 7B | 0 | 42 | 2B | 10 | 152 | 3F | 38 |
| Octal | 326 | 110 | 173 | 0 | 102 | 53 | 20 | 522 | 77 | 70 |
| Binary | 11010110 | 1001000 | 1111011 | 0 | 1000010 | 101011 | 10000 | 101010010 | 111111 | 111000 |
Color Harmonies of #D6487B
Complementary color
Monochromatic Colors of #D6487B
Black with #D6487B
Text Example
Text Example
White with #D6487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6487B; }
p { color: rgb(214,72,123); }
H1.HeaderClassName
{
color: #D6487B;
}
.AnyTagClassName
{
color: #D6487B;
}
</style>
background-color css
<style>
a { background-color: #D6487B; }
a { background-color: rgb(214,72,123); }
div.DivClassName
{
background-color: #D6487B;
}
.BgClassName
{
background-color: #D6487B;
}
</style>
border-color css
<style>
span { border-color: #D6487B; }
span { border-color: rgb(214,72,123); }
td.TdClassName
{
border-color: #D6487B;
}
.TagClassName
{
border-color: #D6487B;
}
</style>