Shades of Cranberry #D65779
Tints of Cranberry #D65779
RGB
CMYK
RGB Variations
Color information
#D65779 (or 0xD65779) is known color: Cranberry. HEX triplet: D6, 57 and 79. RGB value is (214,87,121). Sum of RGB (Red+Green+Blue) = 214+87+121=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D65779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65779 is #29A886. Grayscale: #808080. Windows color (decimal): -2730119 or 7952342. OLE color: 7952342.
HSL color Cylindrical-coordinate representation of color #D65779: hue angle of 343.94º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65779 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 121 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.16 |
| HSL | 343.94º | 0.61% | 0.59% | - |
| HSV(B) | 343.94º | 0.59% | 0.84% | - |
| XYZ | 34.59 | 22.49 | 20.61 | - |
| YUV | 128.85 | 123.58 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 121 | 0 | 0.59 | 0.43 | 0.16 | 343.94 | 0.61 | 0.59 |
| Hex | D6 | 57 | 79 | 0 | 3B | 2B | 10 | 158 | 3D | 3B |
| Octal | 326 | 127 | 171 | 0 | 73 | 53 | 20 | 530 | 75 | 73 |
| Binary | 11010110 | 1010111 | 1111001 | 0 | 111011 | 101011 | 10000 | 101011000 | 111101 | 111011 |
Color Harmonies of #D65779
Complementary color
Monochromatic Colors of #D65779
Black with #D65779
Text Example
Text Example
White with #D65779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65779; }
p { color: rgb(214,87,121); }
H1.HeaderClassName
{
color: #D65779;
}
.AnyTagClassName
{
color: #D65779;
}
</style>
background-color css
<style>
a { background-color: #D65779; }
a { background-color: rgb(214,87,121); }
div.DivClassName
{
background-color: #D65779;
}
.BgClassName
{
background-color: #D65779;
}
</style>
border-color css
<style>
span { border-color: #D65779; }
span { border-color: rgb(214,87,121); }
td.TdClassName
{
border-color: #D65779;
}
.TagClassName
{
border-color: #D65779;
}
</style>