Shades of Cranberry #D25485
Tints of Cranberry #D25485
RGB
CMYK
RGB Variations
Color information
#D25485 (or 0xD25485) is known color: Cranberry. HEX triplet: D2, 54 and 85. RGB value is (210,84,133). Sum of RGB (Red+Green+Blue) = 210+84+133=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D25485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25485 is #2DAB7A. Grayscale: #7F7F7F. Windows color (decimal): -2993019 or 8738002. OLE color: 8738002.
HSL color Cylindrical-coordinate representation of color #D25485: hue angle of 336.67º 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 #D25485 is Cyan = 0, Magento = 0.6, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 133 | - |
| CMYK | 0 | 0.6 | 0.37 | 0.18 |
| HSL | 336.67º | 0.58% | 0.58% | - |
| HSV(B) | 336.67º | 0.6% | 0.82% | - |
| XYZ | 33.98 | 21.74 | 24.59 | - |
| YUV | 127.26 | 131.24 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 133 | 0 | 0.6 | 0.37 | 0.18 | 336.67 | 0.58 | 0.58 |
| Hex | D2 | 54 | 85 | 0 | 3C | 25 | 12 | 151 | 3A | 3A |
| Octal | 322 | 124 | 205 | 0 | 74 | 45 | 22 | 521 | 72 | 72 |
| Binary | 11010010 | 1010100 | 10000101 | 0 | 111100 | 100101 | 10010 | 101010001 | 111010 | 111010 |
Color Harmonies of #D25485
Complementary color
Monochromatic Colors of #D25485
Black with #D25485
Text Example
Text Example
White with #D25485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25485; }
p { color: rgb(210,84,133); }
H1.HeaderClassName
{
color: #D25485;
}
.AnyTagClassName
{
color: #D25485;
}
</style>
background-color css
<style>
a { background-color: #D25485; }
a { background-color: rgb(210,84,133); }
div.DivClassName
{
background-color: #D25485;
}
.BgClassName
{
background-color: #D25485;
}
</style>
border-color css
<style>
span { border-color: #D25485; }
span { border-color: rgb(210,84,133); }
td.TdClassName
{
border-color: #D25485;
}
.TagClassName
{
border-color: #D25485;
}
</style>