Shades of Cranberry #D65580
Tints of Cranberry #D65580
RGB
CMYK
RGB Variations
Color information
#D65580 (or 0xD65580) is known color: Cranberry. HEX triplet: D6, 55 and 80. RGB value is (214,85,128). Sum of RGB (Red+Green+Blue) = 214+85+128=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D65580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65580 is #29AA7F. Grayscale: #808080. Windows color (decimal): -2730624 or 8410582. OLE color: 8410582.
HSL color Cylindrical-coordinate representation of color #D65580: hue angle of 340º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65580 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 128 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.16 |
| HSL | 340º | 0.61% | 0.59% | - |
| HSV(B) | 340º | 0.6% | 0.84% | - |
| XYZ | 34.88 | 22.35 | 22.9 | - |
| YUV | 128.47 | 127.74 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 128 | 0 | 0.60 | 0.40 | 0.16 | 340 | 0.61 | 0.59 |
| Hex | D6 | 55 | 80 | 0 | 3C | 28 | 10 | 154 | 3D | 3B |
| Octal | 326 | 125 | 200 | 0 | 74 | 50 | 20 | 524 | 75 | 73 |
| Binary | 11010110 | 1010101 | 10000000 | 0 | 111100 | 101000 | 10000 | 101010100 | 111101 | 111011 |
Color Harmonies of #D65580
Complementary color
Monochromatic Colors of #D65580
Black with #D65580
Text Example
Text Example
White with #D65580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65580; }
p { color: rgb(214,85,128); }
H1.HeaderClassName
{
color: #D65580;
}
.AnyTagClassName
{
color: #D65580;
}
</style>
background-color css
<style>
a { background-color: #D65580; }
a { background-color: rgb(214,85,128); }
div.DivClassName
{
background-color: #D65580;
}
.BgClassName
{
background-color: #D65580;
}
</style>
border-color css
<style>
span { border-color: #D65580; }
span { border-color: rgb(214,85,128); }
td.TdClassName
{
border-color: #D65580;
}
.TagClassName
{
border-color: #D65580;
}
</style>