Shades of Cranberry #D25580
Tints of Cranberry #D25580
RGB
CMYK
RGB Variations
Color information
#D25580 (or 0xD25580) is known color: Cranberry. HEX triplet: D2, 55 and 80. RGB value is (210,85,128). Sum of RGB (Red+Green+Blue) = 210+85+128=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D25580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25580 is #2DAA7F. Grayscale: #7F7F7F. Windows color (decimal): -2992768 or 8410578. OLE color: 8410578.
HSL color Cylindrical-coordinate representation of color #D25580: hue angle of 339.36º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25580 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 128 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.18 |
| HSL | 339.36º | 0.58% | 0.58% | - |
| HSV(B) | 339.36º | 0.6% | 0.82% | - |
| XYZ | 33.72 | 21.76 | 22.84 | - |
| YUV | 127.28 | 128.41 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 128 | 0 | 0.60 | 0.39 | 0.18 | 339.36 | 0.58 | 0.58 |
| Hex | D2 | 55 | 80 | 0 | 3C | 27 | 12 | 153 | 3A | 3A |
| Octal | 322 | 125 | 200 | 0 | 74 | 47 | 22 | 523 | 72 | 72 |
| Binary | 11010010 | 1010101 | 10000000 | 0 | 111100 | 100111 | 10010 | 101010011 | 111010 | 111010 |
Color Harmonies of #D25580
Complementary color
Monochromatic Colors of #D25580
Black with #D25580
Text Example
Text Example
White with #D25580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25580; }
p { color: rgb(210,85,128); }
H1.HeaderClassName
{
color: #D25580;
}
.AnyTagClassName
{
color: #D25580;
}
</style>
background-color css
<style>
a { background-color: #D25580; }
a { background-color: rgb(210,85,128); }
div.DivClassName
{
background-color: #D25580;
}
.BgClassName
{
background-color: #D25580;
}
</style>
border-color css
<style>
span { border-color: #D25580; }
span { border-color: rgb(210,85,128); }
td.TdClassName
{
border-color: #D25580;
}
.TagClassName
{
border-color: #D25580;
}
</style>