Shades of Cranberry #D64C83
Tints of Cranberry #D64C83
RGB
CMYK
RGB Variations
Color information
#D64C83 (or 0xD64C83) is known color: Cranberry. HEX triplet: D6, 4C and 83. RGB value is (214,76,131). Sum of RGB (Red+Green+Blue) = 214+76+131=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64C83 is #29B37C. Grayscale: #7B7B7B. Windows color (decimal): -2732925 or 8604886. OLE color: 8604886.
HSL color Cylindrical-coordinate representation of color #D64C83: hue angle of 336.09º 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 #D64C83 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 131 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.16 |
| HSL | 336.09º | 0.63% | 0.57% | - |
| HSV(B) | 336.09º | 0.64% | 0.84% | - |
| XYZ | 34.41 | 21.1 | 23.73 | - |
| YUV | 123.53 | 132.22 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 131 | 0 | 0.64 | 0.39 | 0.16 | 336.09 | 0.63 | 0.57 |
| Hex | D6 | 4C | 83 | 0 | 40 | 27 | 10 | 150 | 3F | 39 |
| Octal | 326 | 114 | 203 | 0 | 100 | 47 | 20 | 520 | 77 | 71 |
| Binary | 11010110 | 1001100 | 10000011 | 0 | 1000000 | 100111 | 10000 | 101010000 | 111111 | 111001 |
Color Harmonies of #D64C83
Complementary color
Monochromatic Colors of #D64C83
Black with #D64C83
Text Example
Text Example
White with #D64C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C83; }
p { color: rgb(214,76,131); }
H1.HeaderClassName
{
color: #D64C83;
}
.AnyTagClassName
{
color: #D64C83;
}
</style>
background-color css
<style>
a { background-color: #D64C83; }
a { background-color: rgb(214,76,131); }
div.DivClassName
{
background-color: #D64C83;
}
.BgClassName
{
background-color: #D64C83;
}
</style>
border-color css
<style>
span { border-color: #D64C83; }
span { border-color: rgb(214,76,131); }
td.TdClassName
{
border-color: #D64C83;
}
.TagClassName
{
border-color: #D64C83;
}
</style>