Shades of Cranberry #D25779
Tints of Cranberry #D25779
RGB
CMYK
RGB Variations
Color information
#D25779 (or 0xD25779) is known color: Cranberry. HEX triplet: D2, 57 and 79. RGB value is (210,87,121). Sum of RGB (Red+Green+Blue) = 210+87+121=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D25779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25779 is #2DA886. Grayscale: #7F7F7F. Windows color (decimal): -2992263 or 7952338. OLE color: 7952338.
HSL color Cylindrical-coordinate representation of color #D25779: hue angle of 343.41º 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 #D25779 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 121 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.18 |
| HSL | 343.41º | 0.58% | 0.58% | - |
| HSV(B) | 343.41º | 0.59% | 0.82% | - |
| XYZ | 33.44 | 21.9 | 20.55 | - |
| YUV | 127.65 | 124.25 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 121 | 0 | 0.59 | 0.42 | 0.18 | 343.41 | 0.58 | 0.58 |
| Hex | D2 | 57 | 79 | 0 | 3B | 2A | 12 | 157 | 3A | 3A |
| Octal | 322 | 127 | 171 | 0 | 73 | 52 | 22 | 527 | 72 | 72 |
| Binary | 11010010 | 1010111 | 1111001 | 0 | 111011 | 101010 | 10010 | 101010111 | 111010 | 111010 |
Color Harmonies of #D25779
Complementary color
Monochromatic Colors of #D25779
Black with #D25779
Text Example
Text Example
White with #D25779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25779; }
p { color: rgb(210,87,121); }
H1.HeaderClassName
{
color: #D25779;
}
.AnyTagClassName
{
color: #D25779;
}
</style>
background-color css
<style>
a { background-color: #D25779; }
a { background-color: rgb(210,87,121); }
div.DivClassName
{
background-color: #D25779;
}
.BgClassName
{
background-color: #D25779;
}
</style>
border-color css
<style>
span { border-color: #D25779; }
span { border-color: rgb(210,87,121); }
td.TdClassName
{
border-color: #D25779;
}
.TagClassName
{
border-color: #D25779;
}
</style>