Shades of Cranberry #D64375
Tints of Cranberry #D64375
RGB
CMYK
RGB Variations
Color information
#D64375 (or 0xD64375) is known color: Cranberry. HEX triplet: D6, 43 and 75. RGB value is (214,67,117). Sum of RGB (Red+Green+Blue) = 214+67+117=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D64375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64375 is #29BC8A. Grayscale: #747474. Windows color (decimal): -2735243 or 7685078. OLE color: 7685078.
HSL color Cylindrical-coordinate representation of color #D64375: hue angle of 339.59º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64375 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 117 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.16 |
| HSL | 339.59º | 0.64% | 0.55% | - |
| HSV(B) | 339.59º | 0.69% | 0.84% | - |
| XYZ | 32.95 | 19.59 | 18.88 | - |
| YUV | 116.65 | 128.2 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 117 | 0 | 0.69 | 0.45 | 0.16 | 339.59 | 0.64 | 0.55 |
| Hex | D6 | 43 | 75 | 0 | 45 | 2D | 10 | 154 | 40 | 37 |
| Octal | 326 | 103 | 165 | 0 | 105 | 55 | 20 | 524 | 100 | 67 |
| Binary | 11010110 | 1000011 | 1110101 | 0 | 1000101 | 101101 | 10000 | 101010100 | 1000000 | 110111 |
Color Harmonies of #D64375
Complementary color
Monochromatic Colors of #D64375
Black with #D64375
Text Example
Text Example
White with #D64375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64375; }
p { color: rgb(214,67,117); }
H1.HeaderClassName
{
color: #D64375;
}
.AnyTagClassName
{
color: #D64375;
}
</style>
background-color css
<style>
a { background-color: #D64375; }
a { background-color: rgb(214,67,117); }
div.DivClassName
{
background-color: #D64375;
}
.BgClassName
{
background-color: #D64375;
}
</style>
border-color css
<style>
span { border-color: #D64375; }
span { border-color: rgb(214,67,117); }
td.TdClassName
{
border-color: #D64375;
}
.TagClassName
{
border-color: #D64375;
}
</style>