Shades of Cranberry #DB4273
Tints of Cranberry #DB4273
RGB
CMYK
RGB Variations
Color information
#DB4273 (or 0xDB4273) is known color: Cranberry. HEX triplet: DB, 42 and 73. RGB value is (219,66,115). Sum of RGB (Red+Green+Blue) = 219+66+115=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4273 is #24BD8C. Grayscale: #757575. Windows color (decimal): -2407821 or 7553755. OLE color: 7553755.
HSL color Cylindrical-coordinate representation of color #DB4273: hue angle of 340.78º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4273 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 115 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.14 |
| HSL | 340.78º | 0.68% | 0.56% | - |
| HSV(B) | 340.78º | 0.7% | 0.86% | - |
| XYZ | 34.26 | 20.19 | 18.31 | - |
| YUV | 117.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 115 | 0 | 0.70 | 0.47 | 0.14 | 340.78 | 0.68 | 0.56 |
| Hex | DB | 42 | 73 | 0 | 46 | 2F | E | 155 | 44 | 38 |
| Octal | 333 | 102 | 163 | 0 | 106 | 57 | 16 | 525 | 104 | 70 |
| Binary | 11011011 | 1000010 | 1110011 | 0 | 1000110 | 101111 | 1110 | 101010101 | 1000100 | 111000 |
Color Harmonies of #DB4273
Complementary color
Monochromatic Colors of #DB4273
Black with #DB4273
Text Example
Text Example
White with #DB4273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4273; }
p { color: rgb(219,66,115); }
H1.HeaderClassName
{
color: #DB4273;
}
.AnyTagClassName
{
color: #DB4273;
}
</style>
background-color css
<style>
a { background-color: #DB4273; }
a { background-color: rgb(219,66,115); }
div.DivClassName
{
background-color: #DB4273;
}
.BgClassName
{
background-color: #DB4273;
}
</style>
border-color css
<style>
span { border-color: #DB4273; }
span { border-color: rgb(219,66,115); }
td.TdClassName
{
border-color: #DB4273;
}
.TagClassName
{
border-color: #DB4273;
}
</style>