Shades of Cranberry #D65C79
Tints of Cranberry #D65C79
RGB
CMYK
RGB Variations
Color information
#D65C79 (or 0xD65C79) is known color: Cranberry. HEX triplet: D6, 5C and 79. RGB value is (214,92,121). Sum of RGB (Red+Green+Blue) = 214+92+121=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C79 is #29A386. Grayscale: #838383. Windows color (decimal): -2728839 or 7953622. OLE color: 7953622.
HSL color Cylindrical-coordinate representation of color #D65C79: hue angle of 345.74º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65C79 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 121 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.16 |
| HSL | 345.74º | 0.6% | 0.6% | - |
| HSV(B) | 345.74º | 0.57% | 0.84% | - |
| XYZ | 35.01 | 23.33 | 20.75 | - |
| YUV | 131.78 | 121.92 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 121 | 0 | 0.57 | 0.43 | 0.16 | 345.74 | 0.6 | 0.6 |
| Hex | D6 | 5C | 79 | 0 | 39 | 2B | 10 | 15A | 3C | 3C |
| Octal | 326 | 134 | 171 | 0 | 71 | 53 | 20 | 532 | 74 | 74 |
| Binary | 11010110 | 1011100 | 1111001 | 0 | 111001 | 101011 | 10000 | 101011010 | 111100 | 111100 |
Color Harmonies of #D65C79
Complementary color
Monochromatic Colors of #D65C79
Black with #D65C79
Text Example
Text Example
White with #D65C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C79; }
p { color: rgb(214,92,121); }
H1.HeaderClassName
{
color: #D65C79;
}
.AnyTagClassName
{
color: #D65C79;
}
</style>
background-color css
<style>
a { background-color: #D65C79; }
a { background-color: rgb(214,92,121); }
div.DivClassName
{
background-color: #D65C79;
}
.BgClassName
{
background-color: #D65C79;
}
</style>
border-color css
<style>
span { border-color: #D65C79; }
span { border-color: rgb(214,92,121); }
td.TdClassName
{
border-color: #D65C79;
}
.TagClassName
{
border-color: #D65C79;
}
</style>