Shades of Cranberry #D25777
Tints of Cranberry #D25777
RGB
CMYK
RGB Variations
Color information
#D25777 (or 0xD25777) is known color: Cranberry. HEX triplet: D2, 57 and 77. RGB value is (210,87,119). Sum of RGB (Red+Green+Blue) = 210+87+119=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D25777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25777 is #2DA888. Grayscale: #7F7F7F. Windows color (decimal): -2992265 or 7821266. OLE color: 7821266.
HSL color Cylindrical-coordinate representation of color #D25777: hue angle of 344.39º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25777 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 119 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.18 |
| HSL | 344.39º | 0.58% | 0.58% | - |
| HSV(B) | 344.39º | 0.59% | 0.82% | - |
| XYZ | 33.32 | 21.85 | 19.91 | - |
| YUV | 127.43 | 123.25 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 119 | 0 | 0.59 | 0.43 | 0.18 | 344.39 | 0.58 | 0.58 |
| Hex | D2 | 57 | 77 | 0 | 3B | 2B | 12 | 158 | 3A | 3A |
| Octal | 322 | 127 | 167 | 0 | 73 | 53 | 22 | 530 | 72 | 72 |
| Binary | 11010010 | 1010111 | 1110111 | 0 | 111011 | 101011 | 10010 | 101011000 | 111010 | 111010 |
Color Harmonies of #D25777
Complementary color
Monochromatic Colors of #D25777
Black with #D25777
Text Example
Text Example
White with #D25777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25777; }
p { color: rgb(210,87,119); }
H1.HeaderClassName
{
color: #D25777;
}
.AnyTagClassName
{
color: #D25777;
}
</style>
background-color css
<style>
a { background-color: #D25777; }
a { background-color: rgb(210,87,119); }
div.DivClassName
{
background-color: #D25777;
}
.BgClassName
{
background-color: #D25777;
}
</style>
border-color css
<style>
span { border-color: #D25777; }
span { border-color: rgb(210,87,119); }
td.TdClassName
{
border-color: #D25777;
}
.TagClassName
{
border-color: #D25777;
}
</style>