Shades of Cranberry #D3598A
Tints of Cranberry #D3598A
RGB
CMYK
RGB Variations
Color information
#D3598A (or 0xD3598A) is known color: Cranberry. HEX triplet: D3, 59 and 8A. RGB value is (211,89,138). Sum of RGB (Red+Green+Blue) = 211+89+138=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D3598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3598A is #2CA675. Grayscale: #828282. Windows color (decimal): -2926198 or 9066963. OLE color: 9066963.
HSL color Cylindrical-coordinate representation of color #D3598A: hue angle of 335.9º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D3598A is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 89 | 138 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.17 |
| HSL | 335.9º | 0.58% | 0.59% | - |
| HSV(B) | 335.9º | 0.58% | 0.83% | - |
| XYZ | 35.02 | 22.83 | 26.61 | - |
| YUV | 131.06 | 131.92 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 138 | 0 | 0.58 | 0.35 | 0.17 | 335.9 | 0.58 | 0.59 |
| Hex | D3 | 59 | 8A | 0 | 3A | 23 | 11 | 150 | 3A | 3B |
| Octal | 323 | 131 | 212 | 0 | 72 | 43 | 21 | 520 | 72 | 73 |
| Binary | 11010011 | 1011001 | 10001010 | 0 | 111010 | 100011 | 10001 | 101010000 | 111010 | 111011 |
Color Harmonies of #D3598A
Complementary color
Monochromatic Colors of #D3598A
Black with #D3598A
Text Example
Text Example
White with #D3598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3598A; }
p { color: rgb(211,89,138); }
H1.HeaderClassName
{
color: #D3598A;
}
.AnyTagClassName
{
color: #D3598A;
}
</style>
background-color css
<style>
a { background-color: #D3598A; }
a { background-color: rgb(211,89,138); }
div.DivClassName
{
background-color: #D3598A;
}
.BgClassName
{
background-color: #D3598A;
}
</style>
border-color css
<style>
span { border-color: #D3598A; }
span { border-color: rgb(211,89,138); }
td.TdClassName
{
border-color: #D3598A;
}
.TagClassName
{
border-color: #D3598A;
}
</style>