Shades of Cranberry #D6487F
Tints of Cranberry #D6487F
RGB
CMYK
RGB Variations
Color information
#D6487F (or 0xD6487F) is known color: Cranberry. HEX triplet: D6, 48 and 7F. RGB value is (214,72,127). Sum of RGB (Red+Green+Blue) = 214+72+127=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D6487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6487F is #29B780. Grayscale: #787878. Windows color (decimal): -2733953 or 8341718. OLE color: 8341718.
HSL color Cylindrical-coordinate representation of color #D6487F: hue angle of 336.76º 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 #D6487F is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 127 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.16 |
| HSL | 336.76º | 0.63% | 0.56% | - |
| HSV(B) | 336.76º | 0.66% | 0.84% | - |
| XYZ | 33.88 | 20.46 | 22.24 | - |
| YUV | 120.73 | 131.54 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 127 | 0 | 0.66 | 0.41 | 0.16 | 336.76 | 0.63 | 0.56 |
| Hex | D6 | 48 | 7F | 0 | 42 | 29 | 10 | 151 | 3F | 38 |
| Octal | 326 | 110 | 177 | 0 | 102 | 51 | 20 | 521 | 77 | 70 |
| Binary | 11010110 | 1001000 | 1111111 | 0 | 1000010 | 101001 | 10000 | 101010001 | 111111 | 111000 |
Color Harmonies of #D6487F
Complementary color
Monochromatic Colors of #D6487F
Black with #D6487F
Text Example
Text Example
White with #D6487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6487F; }
p { color: rgb(214,72,127); }
H1.HeaderClassName
{
color: #D6487F;
}
.AnyTagClassName
{
color: #D6487F;
}
</style>
background-color css
<style>
a { background-color: #D6487F; }
a { background-color: rgb(214,72,127); }
div.DivClassName
{
background-color: #D6487F;
}
.BgClassName
{
background-color: #D6487F;
}
</style>
border-color css
<style>
span { border-color: #D6487F; }
span { border-color: rgb(214,72,127); }
td.TdClassName
{
border-color: #D6487F;
}
.TagClassName
{
border-color: #D6487F;
}
</style>