Shades of Cranberry #D64A7B
Tints of Cranberry #D64A7B
RGB
CMYK
RGB Variations
Color information
#D64A7B (or 0xD64A7B) is known color: Cranberry. HEX triplet: D6, 4A and 7B. RGB value is (214,74,123). Sum of RGB (Red+Green+Blue) = 214+74+123=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64A7B is #29B584. Grayscale: #797979. Windows color (decimal): -2733445 or 8080086. OLE color: 8080086.
HSL color Cylindrical-coordinate representation of color #D64A7B: hue angle of 339º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64A7B is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 123 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.16 |
| HSL | 339º | 0.63% | 0.56% | - |
| HSV(B) | 339º | 0.65% | 0.84% | - |
| XYZ | 33.76 | 20.62 | 20.94 | - |
| YUV | 121.45 | 128.88 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 123 | 0 | 0.65 | 0.43 | 0.16 | 339 | 0.63 | 0.56 |
| Hex | D6 | 4A | 7B | 0 | 41 | 2B | 10 | 153 | 3F | 38 |
| Octal | 326 | 112 | 173 | 0 | 101 | 53 | 20 | 523 | 77 | 70 |
| Binary | 11010110 | 1001010 | 1111011 | 0 | 1000001 | 101011 | 10000 | 101010011 | 111111 | 111000 |
Color Harmonies of #D64A7B
Complementary color
Monochromatic Colors of #D64A7B
Black with #D64A7B
Text Example
Text Example
White with #D64A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A7B; }
p { color: rgb(214,74,123); }
H1.HeaderClassName
{
color: #D64A7B;
}
.AnyTagClassName
{
color: #D64A7B;
}
</style>
background-color css
<style>
a { background-color: #D64A7B; }
a { background-color: rgb(214,74,123); }
div.DivClassName
{
background-color: #D64A7B;
}
.BgClassName
{
background-color: #D64A7B;
}
</style>
border-color css
<style>
span { border-color: #D64A7B; }
span { border-color: rgb(214,74,123); }
td.TdClassName
{
border-color: #D64A7B;
}
.TagClassName
{
border-color: #D64A7B;
}
</style>