Shades of Cranberry #D64B7E
Tints of Cranberry #D64B7E
RGB
CMYK
RGB Variations
Color information
#D64B7E (or 0xD64B7E) is known color: Cranberry. HEX triplet: D6, 4B and 7E. RGB value is (214,75,126). Sum of RGB (Red+Green+Blue) = 214+75+126=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64B7E is #29B481. Grayscale: #7A7A7A. Windows color (decimal): -2733186 or 8276950. OLE color: 8276950.
HSL color Cylindrical-coordinate representation of color #D64B7E: hue angle of 337.99º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64B7E is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 126 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.16 |
| HSL | 337.99º | 0.63% | 0.57% | - |
| HSV(B) | 337.99º | 0.65% | 0.84% | - |
| XYZ | 34.01 | 20.83 | 21.97 | - |
| YUV | 122.38 | 130.05 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 126 | 0 | 0.65 | 0.41 | 0.16 | 337.99 | 0.63 | 0.57 |
| Hex | D6 | 4B | 7E | 0 | 41 | 29 | 10 | 152 | 3F | 39 |
| Octal | 326 | 113 | 176 | 0 | 101 | 51 | 20 | 522 | 77 | 71 |
| Binary | 11010110 | 1001011 | 1111110 | 0 | 1000001 | 101001 | 10000 | 101010010 | 111111 | 111001 |
Color Harmonies of #D64B7E
Complementary color
Monochromatic Colors of #D64B7E
Black with #D64B7E
Text Example
Text Example
White with #D64B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B7E; }
p { color: rgb(214,75,126); }
H1.HeaderClassName
{
color: #D64B7E;
}
.AnyTagClassName
{
color: #D64B7E;
}
</style>
background-color css
<style>
a { background-color: #D64B7E; }
a { background-color: rgb(214,75,126); }
div.DivClassName
{
background-color: #D64B7E;
}
.BgClassName
{
background-color: #D64B7E;
}
</style>
border-color css
<style>
span { border-color: #D64B7E; }
span { border-color: rgb(214,75,126); }
td.TdClassName
{
border-color: #D64B7E;
}
.TagClassName
{
border-color: #D64B7E;
}
</style>