Shades of Cranberry #DB527F
Tints of Cranberry #DB527F
RGB
CMYK
RGB Variations
Color information
#DB527F (or 0xDB527F) is known color: Cranberry. HEX triplet: DB, 52 and 7F. RGB value is (219,82,127). Sum of RGB (Red+Green+Blue) = 219+82+127=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB527F is #24AD80. Grayscale: #808080. Windows color (decimal): -2403713 or 8344283. OLE color: 8344283.
HSL color Cylindrical-coordinate representation of color #DB527F: hue angle of 340.29º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB527F is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 127 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.14 |
| HSL | 340.29º | 0.66% | 0.59% | - |
| HSV(B) | 340.29º | 0.63% | 0.86% | - |
| XYZ | 36.06 | 22.63 | 22.55 | - |
| YUV | 128.09 | 127.39 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 127 | 0 | 0.63 | 0.42 | 0.14 | 340.29 | 0.66 | 0.59 |
| Hex | DB | 52 | 7F | 0 | 3F | 2A | E | 154 | 42 | 3B |
| Octal | 333 | 122 | 177 | 0 | 77 | 52 | 16 | 524 | 102 | 73 |
| Binary | 11011011 | 1010010 | 1111111 | 0 | 111111 | 101010 | 1110 | 101010100 | 1000010 | 111011 |
Color Harmonies of #DB527F
Complementary color
Monochromatic Colors of #DB527F
Black with #DB527F
Text Example
Text Example
White with #DB527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB527F; }
p { color: rgb(219,82,127); }
H1.HeaderClassName
{
color: #DB527F;
}
.AnyTagClassName
{
color: #DB527F;
}
</style>
background-color css
<style>
a { background-color: #DB527F; }
a { background-color: rgb(219,82,127); }
div.DivClassName
{
background-color: #DB527F;
}
.BgClassName
{
background-color: #DB527F;
}
</style>
border-color css
<style>
span { border-color: #DB527F; }
span { border-color: rgb(219,82,127); }
td.TdClassName
{
border-color: #DB527F;
}
.TagClassName
{
border-color: #DB527F;
}
</style>