Shades of Cranberry #D64B85
Tints of Cranberry #D64B85
RGB
CMYK
RGB Variations
Color information
#D64B85 (or 0xD64B85) is known color: Cranberry. HEX triplet: D6, 4B and 85. RGB value is (214,75,133). Sum of RGB (Red+Green+Blue) = 214+75+133=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64B85 is #29B47A. Grayscale: #7B7B7B. Windows color (decimal): -2733179 or 8735702. OLE color: 8735702.
HSL color Cylindrical-coordinate representation of color #D64B85: hue angle of 334.96º 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 #D64B85 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 133 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.16 |
| HSL | 334.96º | 0.63% | 0.57% | - |
| HSV(B) | 334.96º | 0.65% | 0.84% | - |
| XYZ | 34.48 | 21.02 | 24.43 | - |
| YUV | 123.17 | 133.55 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 133 | 0 | 0.65 | 0.38 | 0.16 | 334.96 | 0.63 | 0.57 |
| Hex | D6 | 4B | 85 | 0 | 41 | 26 | 10 | 14F | 3F | 39 |
| Octal | 326 | 113 | 205 | 0 | 101 | 46 | 20 | 517 | 77 | 71 |
| Binary | 11010110 | 1001011 | 10000101 | 0 | 1000001 | 100110 | 10000 | 101001111 | 111111 | 111001 |
Color Harmonies of #D64B85
Complementary color
Monochromatic Colors of #D64B85
Black with #D64B85
Text Example
Text Example
White with #D64B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B85; }
p { color: rgb(214,75,133); }
H1.HeaderClassName
{
color: #D64B85;
}
.AnyTagClassName
{
color: #D64B85;
}
</style>
background-color css
<style>
a { background-color: #D64B85; }
a { background-color: rgb(214,75,133); }
div.DivClassName
{
background-color: #D64B85;
}
.BgClassName
{
background-color: #D64B85;
}
</style>
border-color css
<style>
span { border-color: #D64B85; }
span { border-color: rgb(214,75,133); }
td.TdClassName
{
border-color: #D64B85;
}
.TagClassName
{
border-color: #D64B85;
}
</style>