Shades of Cranberry #D0597A
Tints of Cranberry #D0597A
RGB
CMYK
RGB Variations
Color information
#D0597A (or 0xD0597A) is known color: Cranberry. HEX triplet: D0, 59 and 7A. RGB value is (208,89,122). Sum of RGB (Red+Green+Blue) = 208+89+122=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0597A is #2FA685. Grayscale: #808080. Windows color (decimal): -3122822 or 8018384. OLE color: 8018384.
HSL color Cylindrical-coordinate representation of color #D0597A: hue angle of 343.36º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0597A is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 122 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.18 |
| HSL | 343.36º | 0.56% | 0.58% | - |
| HSV(B) | 343.36º | 0.57% | 0.82% | - |
| XYZ | 33.1 | 21.96 | 20.91 | - |
| YUV | 128.34 | 124.42 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 122 | 0 | 0.57 | 0.41 | 0.18 | 343.36 | 0.56 | 0.58 |
| Hex | D0 | 59 | 7A | 0 | 39 | 29 | 12 | 157 | 38 | 3A |
| Octal | 320 | 131 | 172 | 0 | 71 | 51 | 22 | 527 | 70 | 72 |
| Binary | 11010000 | 1011001 | 1111010 | 0 | 111001 | 101001 | 10010 | 101010111 | 111000 | 111010 |
Color Harmonies of #D0597A
Complementary color
Monochromatic Colors of #D0597A
Black with #D0597A
Text Example
Text Example
White with #D0597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0597A; }
p { color: rgb(208,89,122); }
H1.HeaderClassName
{
color: #D0597A;
}
.AnyTagClassName
{
color: #D0597A;
}
</style>
background-color css
<style>
a { background-color: #D0597A; }
a { background-color: rgb(208,89,122); }
div.DivClassName
{
background-color: #D0597A;
}
.BgClassName
{
background-color: #D0597A;
}
</style>
border-color css
<style>
span { border-color: #D0597A; }
span { border-color: rgb(208,89,122); }
td.TdClassName
{
border-color: #D0597A;
}
.TagClassName
{
border-color: #D0597A;
}
</style>