Shades of Cranberry #D64C82
Tints of Cranberry #D64C82
RGB
CMYK
RGB Variations
Color information
#D64C82 (or 0xD64C82) is known color: Cranberry. HEX triplet: D6, 4C and 82. RGB value is (214,76,130). Sum of RGB (Red+Green+Blue) = 214+76+130=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64C82 is #29B37D. Grayscale: #7B7B7B. Windows color (decimal): -2732926 or 8539350. OLE color: 8539350.
HSL color Cylindrical-coordinate representation of color #D64C82: hue angle of 336.52º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64C82 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 130 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.16 |
| HSL | 336.52º | 0.63% | 0.57% | - |
| HSV(B) | 336.52º | 0.64% | 0.84% | - |
| XYZ | 34.35 | 21.08 | 23.38 | - |
| YUV | 123.42 | 131.72 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 130 | 0 | 0.64 | 0.39 | 0.16 | 336.52 | 0.63 | 0.57 |
| Hex | D6 | 4C | 82 | 0 | 40 | 27 | 10 | 151 | 3F | 39 |
| Octal | 326 | 114 | 202 | 0 | 100 | 47 | 20 | 521 | 77 | 71 |
| Binary | 11010110 | 1001100 | 10000010 | 0 | 1000000 | 100111 | 10000 | 101010001 | 111111 | 111001 |
Color Harmonies of #D64C82
Complementary color
Monochromatic Colors of #D64C82
Black with #D64C82
Text Example
Text Example
White with #D64C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C82; }
p { color: rgb(214,76,130); }
H1.HeaderClassName
{
color: #D64C82;
}
.AnyTagClassName
{
color: #D64C82;
}
</style>
background-color css
<style>
a { background-color: #D64C82; }
a { background-color: rgb(214,76,130); }
div.DivClassName
{
background-color: #D64C82;
}
.BgClassName
{
background-color: #D64C82;
}
</style>
border-color css
<style>
span { border-color: #D64C82; }
span { border-color: rgb(214,76,130); }
td.TdClassName
{
border-color: #D64C82;
}
.TagClassName
{
border-color: #D64C82;
}
</style>