Shades of Cranberry #DB498A
Tints of Cranberry #DB498A
RGB
CMYK
RGB Variations
Color information
#DB498A (or 0xDB498A) is known color: Cranberry. HEX triplet: DB, 49 and 8A. RGB value is (219,73,138). Sum of RGB (Red+Green+Blue) = 219+73+138=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB498A is #24B675. Grayscale: #7B7B7B. Windows color (decimal): -2406006 or 9062875. OLE color: 9062875.
HSL color Cylindrical-coordinate representation of color #DB498A: hue angle of 333.29º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB498A is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 138 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.14 |
| HSL | 333.29º | 0.67% | 0.57% | - |
| HSV(B) | 333.29º | 0.67% | 0.86% | - |
| XYZ | 36.18 | 21.66 | 26.32 | - |
| YUV | 124.06 | 135.87 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 138 | 0 | 0.67 | 0.37 | 0.14 | 333.29 | 0.67 | 0.57 |
| Hex | DB | 49 | 8A | 0 | 43 | 25 | E | 14D | 43 | 39 |
| Octal | 333 | 111 | 212 | 0 | 103 | 45 | 16 | 515 | 103 | 71 |
| Binary | 11011011 | 1001001 | 10001010 | 0 | 1000011 | 100101 | 1110 | 101001101 | 1000011 | 111001 |
Color Harmonies of #DB498A
Complementary color
Monochromatic Colors of #DB498A
Black with #DB498A
Text Example
Text Example
White with #DB498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB498A; }
p { color: rgb(219,73,138); }
H1.HeaderClassName
{
color: #DB498A;
}
.AnyTagClassName
{
color: #DB498A;
}
</style>
background-color css
<style>
a { background-color: #DB498A; }
a { background-color: rgb(219,73,138); }
div.DivClassName
{
background-color: #DB498A;
}
.BgClassName
{
background-color: #DB498A;
}
</style>
border-color css
<style>
span { border-color: #DB498A; }
span { border-color: rgb(219,73,138); }
td.TdClassName
{
border-color: #DB498A;
}
.TagClassName
{
border-color: #DB498A;
}
</style>