Shades of Cranberry #D25085
Tints of Cranberry #D25085
RGB
CMYK
RGB Variations
Color information
#D25085 (or 0xD25085) is known color: Cranberry. HEX triplet: D2, 50 and 85. RGB value is (210,80,133). Sum of RGB (Red+Green+Blue) = 210+80+133=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D25085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25085 is #2DAF7A. Grayscale: #7C7C7C. Windows color (decimal): -2994043 or 8736978. OLE color: 8736978.
HSL color Cylindrical-coordinate representation of color #D25085: hue angle of 335.54º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25085 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 133 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.18 |
| HSL | 335.54º | 0.59% | 0.57% | - |
| HSV(B) | 335.54º | 0.62% | 0.82% | - |
| XYZ | 33.68 | 21.13 | 24.49 | - |
| YUV | 124.91 | 132.57 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 133 | 0 | 0.62 | 0.37 | 0.18 | 335.54 | 0.59 | 0.57 |
| Hex | D2 | 50 | 85 | 0 | 3E | 25 | 12 | 150 | 3B | 39 |
| Octal | 322 | 120 | 205 | 0 | 76 | 45 | 22 | 520 | 73 | 71 |
| Binary | 11010010 | 1010000 | 10000101 | 0 | 111110 | 100101 | 10010 | 101010000 | 111011 | 111001 |
Color Harmonies of #D25085
Complementary color
Monochromatic Colors of #D25085
Black with #D25085
Text Example
Text Example
White with #D25085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25085; }
p { color: rgb(210,80,133); }
H1.HeaderClassName
{
color: #D25085;
}
.AnyTagClassName
{
color: #D25085;
}
</style>
background-color css
<style>
a { background-color: #D25085; }
a { background-color: rgb(210,80,133); }
div.DivClassName
{
background-color: #D25085;
}
.BgClassName
{
background-color: #D25085;
}
</style>
border-color css
<style>
span { border-color: #D25085; }
span { border-color: rgb(210,80,133); }
td.TdClassName
{
border-color: #D25085;
}
.TagClassName
{
border-color: #D25085;
}
</style>