Shades of Cranberry #D66080
Tints of Cranberry #D66080
RGB
CMYK
RGB Variations
Color information
#D66080 (or 0xD66080) is known color: Cranberry. HEX triplet: D6, 60 and 80. RGB value is (214,96,128). Sum of RGB (Red+Green+Blue) = 214+96+128=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D66080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66080 is #299F7F. Grayscale: #868686. Windows color (decimal): -2727808 or 8413398. OLE color: 8413398.
HSL color Cylindrical-coordinate representation of color #D66080: hue angle of 343.73º 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 #D66080 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 128 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.16 |
| HSL | 343.73º | 0.59% | 0.61% | - |
| HSV(B) | 343.73º | 0.55% | 0.84% | - |
| XYZ | 35.81 | 24.22 | 23.21 | - |
| YUV | 134.93 | 124.09 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 128 | 0 | 0.55 | 0.40 | 0.16 | 343.73 | 0.59 | 0.61 |
| Hex | D6 | 60 | 80 | 0 | 37 | 28 | 10 | 158 | 3B | 3D |
| Octal | 326 | 140 | 200 | 0 | 67 | 50 | 20 | 530 | 73 | 75 |
| Binary | 11010110 | 1100000 | 10000000 | 0 | 110111 | 101000 | 10000 | 101011000 | 111011 | 111101 |
Color Harmonies of #D66080
Complementary color
Monochromatic Colors of #D66080
Black with #D66080
Text Example
Text Example
White with #D66080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66080; }
p { color: rgb(214,96,128); }
H1.HeaderClassName
{
color: #D66080;
}
.AnyTagClassName
{
color: #D66080;
}
</style>
background-color css
<style>
a { background-color: #D66080; }
a { background-color: rgb(214,96,128); }
div.DivClassName
{
background-color: #D66080;
}
.BgClassName
{
background-color: #D66080;
}
</style>
border-color css
<style>
span { border-color: #D66080; }
span { border-color: rgb(214,96,128); }
td.TdClassName
{
border-color: #D66080;
}
.TagClassName
{
border-color: #D66080;
}
</style>