Shades of Cranberry #D25F80
Tints of Cranberry #D25F80
RGB
CMYK
RGB Variations
Color information
#D25F80 (or 0xD25F80) is known color: Cranberry. HEX triplet: D2, 5F and 80. RGB value is (210,95,128). Sum of RGB (Red+Green+Blue) = 210+95+128=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25F80 is #2DA07F. Grayscale: #858585. Windows color (decimal): -2990208 or 8413138. OLE color: 8413138.
HSL color Cylindrical-coordinate representation of color #D25F80: hue angle of 342.78º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25F80 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 128 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.18 |
| HSL | 342.78º | 0.56% | 0.6% | - |
| HSV(B) | 342.78º | 0.55% | 0.82% | - |
| XYZ | 34.57 | 23.44 | 23.13 | - |
| YUV | 133.15 | 125.1 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 128 | 0 | 0.55 | 0.39 | 0.18 | 342.78 | 0.56 | 0.6 |
| Hex | D2 | 5F | 80 | 0 | 37 | 27 | 12 | 157 | 38 | 3C |
| Octal | 322 | 137 | 200 | 0 | 67 | 47 | 22 | 527 | 70 | 74 |
| Binary | 11010010 | 1011111 | 10000000 | 0 | 110111 | 100111 | 10010 | 101010111 | 111000 | 111100 |
Color Harmonies of #D25F80
Complementary color
Monochromatic Colors of #D25F80
Black with #D25F80
Text Example
Text Example
White with #D25F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F80; }
p { color: rgb(210,95,128); }
H1.HeaderClassName
{
color: #D25F80;
}
.AnyTagClassName
{
color: #D25F80;
}
</style>
background-color css
<style>
a { background-color: #D25F80; }
a { background-color: rgb(210,95,128); }
div.DivClassName
{
background-color: #D25F80;
}
.BgClassName
{
background-color: #D25F80;
}
</style>
border-color css
<style>
span { border-color: #D25F80; }
span { border-color: rgb(210,95,128); }
td.TdClassName
{
border-color: #D25F80;
}
.TagClassName
{
border-color: #D25F80;
}
</style>