Shades of Cranberry #D25788
Tints of Cranberry #D25788
RGB
CMYK
RGB Variations
Color information
#D25788 (or 0xD25788) is known color: Cranberry. HEX triplet: D2, 57 and 88. RGB value is (210,87,136). Sum of RGB (Red+Green+Blue) = 210+87+136=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D25788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25788 is #2DA877. Grayscale: #818181. Windows color (decimal): -2992248 or 8935378. OLE color: 8935378.
HSL color Cylindrical-coordinate representation of color #D25788: hue angle of 336.1º 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 #D25788 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 136 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.18 |
| HSL | 336.1º | 0.58% | 0.58% | - |
| HSV(B) | 336.1º | 0.59% | 0.82% | - |
| XYZ | 34.43 | 22.3 | 25.78 | - |
| YUV | 129.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 136 | 0 | 0.59 | 0.35 | 0.18 | 336.1 | 0.58 | 0.58 |
| Hex | D2 | 57 | 88 | 0 | 3B | 23 | 12 | 150 | 3A | 3A |
| Octal | 322 | 127 | 210 | 0 | 73 | 43 | 22 | 520 | 72 | 72 |
| Binary | 11010010 | 1010111 | 10001000 | 0 | 111011 | 100011 | 10010 | 101010000 | 111010 | 111010 |
Color Harmonies of #D25788
Complementary color
Monochromatic Colors of #D25788
Black with #D25788
Text Example
Text Example
White with #D25788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25788; }
p { color: rgb(210,87,136); }
H1.HeaderClassName
{
color: #D25788;
}
.AnyTagClassName
{
color: #D25788;
}
</style>
background-color css
<style>
a { background-color: #D25788; }
a { background-color: rgb(210,87,136); }
div.DivClassName
{
background-color: #D25788;
}
.BgClassName
{
background-color: #D25788;
}
</style>
border-color css
<style>
span { border-color: #D25788; }
span { border-color: rgb(210,87,136); }
td.TdClassName
{
border-color: #D25788;
}
.TagClassName
{
border-color: #D25788;
}
</style>