Shades of Cranberry #D65084
Tints of Cranberry #D65084
RGB
CMYK
RGB Variations
Color information
#D65084 (or 0xD65084) is known color: Cranberry. HEX triplet: D6, 50 and 84. RGB value is (214,80,132). Sum of RGB (Red+Green+Blue) = 214+80+132=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D65084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65084 is #29AF7B. Grayscale: #7D7D7D. Windows color (decimal): -2731900 or 8671446. OLE color: 8671446.
HSL color Cylindrical-coordinate representation of color #D65084: hue angle of 336.72º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65084 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 132 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.16 |
| HSL | 336.72º | 0.62% | 0.58% | - |
| HSV(B) | 336.72º | 0.63% | 0.84% | - |
| XYZ | 34.77 | 21.7 | 24.19 | - |
| YUV | 125.99 | 131.39 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 132 | 0 | 0.63 | 0.38 | 0.16 | 336.72 | 0.62 | 0.58 |
| Hex | D6 | 50 | 84 | 0 | 3F | 26 | 10 | 151 | 3E | 3A |
| Octal | 326 | 120 | 204 | 0 | 77 | 46 | 20 | 521 | 76 | 72 |
| Binary | 11010110 | 1010000 | 10000100 | 0 | 111111 | 100110 | 10000 | 101010001 | 111110 | 111010 |
Color Harmonies of #D65084
Complementary color
Monochromatic Colors of #D65084
Black with #D65084
Text Example
Text Example
White with #D65084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65084; }
p { color: rgb(214,80,132); }
H1.HeaderClassName
{
color: #D65084;
}
.AnyTagClassName
{
color: #D65084;
}
</style>
background-color css
<style>
a { background-color: #D65084; }
a { background-color: rgb(214,80,132); }
div.DivClassName
{
background-color: #D65084;
}
.BgClassName
{
background-color: #D65084;
}
</style>
border-color css
<style>
span { border-color: #D65084; }
span { border-color: rgb(214,80,132); }
td.TdClassName
{
border-color: #D65084;
}
.TagClassName
{
border-color: #D65084;
}
</style>