Shades of Cranberry #D66180
Tints of Cranberry #D66180
RGB
CMYK
RGB Variations
Color information
#D66180 (or 0xD66180) is known color: Cranberry. HEX triplet: D6, 61 and 80. RGB value is (214,97,128). Sum of RGB (Red+Green+Blue) = 214+97+128=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D66180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66180 is #299E7F. Grayscale: #878787. Windows color (decimal): -2727552 or 8413654. OLE color: 8413654.
HSL color Cylindrical-coordinate representation of color #D66180: hue angle of 344.1º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D66180 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 97 | 128 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.16 |
| HSL | 344.1º | 0.59% | 0.61% | - |
| HSV(B) | 344.1º | 0.55% | 0.84% | - |
| XYZ | 35.9 | 24.4 | 23.24 | - |
| YUV | 135.52 | 123.76 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 97 | 128 | 0 | 0.55 | 0.40 | 0.16 | 344.1 | 0.59 | 0.61 |
| Hex | D6 | 61 | 80 | 0 | 37 | 28 | 10 | 158 | 3B | 3D |
| Octal | 326 | 141 | 200 | 0 | 67 | 50 | 20 | 530 | 73 | 75 |
| Binary | 11010110 | 1100001 | 10000000 | 0 | 110111 | 101000 | 10000 | 101011000 | 111011 | 111101 |
Color Harmonies of #D66180
Complementary color
Monochromatic Colors of #D66180
Black with #D66180
Text Example
Text Example
White with #D66180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66180; }
p { color: rgb(214,97,128); }
H1.HeaderClassName
{
color: #D66180;
}
.AnyTagClassName
{
color: #D66180;
}
</style>
background-color css
<style>
a { background-color: #D66180; }
a { background-color: rgb(214,97,128); }
div.DivClassName
{
background-color: #D66180;
}
.BgClassName
{
background-color: #D66180;
}
</style>
border-color css
<style>
span { border-color: #D66180; }
span { border-color: rgb(214,97,128); }
td.TdClassName
{
border-color: #D66180;
}
.TagClassName
{
border-color: #D66180;
}
</style>