Shades of Cranberry #DB4381
Tints of Cranberry #DB4381
RGB
CMYK
RGB Variations
Color information
#DB4381 (or 0xDB4381) is known color: Cranberry. HEX triplet: DB, 43 and 81. RGB value is (219,67,129). Sum of RGB (Red+Green+Blue) = 219+67+129=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4381 is #24BC7E. Grayscale: #777777. Windows color (decimal): -2407551 or 8471515. OLE color: 8471515.
HSL color Cylindrical-coordinate representation of color #DB4381: hue angle of 335.53º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4381 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 129 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.14 |
| HSL | 335.53º | 0.68% | 0.56% | - |
| HSV(B) | 335.53º | 0.69% | 0.86% | - |
| XYZ | 35.18 | 20.66 | 22.9 | - |
| YUV | 119.52 | 133.36 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 129 | 0 | 0.69 | 0.41 | 0.14 | 335.53 | 0.68 | 0.56 |
| Hex | DB | 43 | 81 | 0 | 45 | 29 | E | 150 | 44 | 38 |
| Octal | 333 | 103 | 201 | 0 | 105 | 51 | 16 | 520 | 104 | 70 |
| Binary | 11011011 | 1000011 | 10000001 | 0 | 1000101 | 101001 | 1110 | 101010000 | 1000100 | 111000 |
Color Harmonies of #DB4381
Complementary color
Monochromatic Colors of #DB4381
Black with #DB4381
Text Example
Text Example
White with #DB4381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4381; }
p { color: rgb(219,67,129); }
H1.HeaderClassName
{
color: #DB4381;
}
.AnyTagClassName
{
color: #DB4381;
}
</style>
background-color css
<style>
a { background-color: #DB4381; }
a { background-color: rgb(219,67,129); }
div.DivClassName
{
background-color: #DB4381;
}
.BgClassName
{
background-color: #DB4381;
}
</style>
border-color css
<style>
span { border-color: #DB4381; }
span { border-color: rgb(219,67,129); }
td.TdClassName
{
border-color: #DB4381;
}
.TagClassName
{
border-color: #DB4381;
}
</style>