Shades of Cranberry #DB5C7F
Tints of Cranberry #DB5C7F
RGB
CMYK
RGB Variations
Color information
#DB5C7F (or 0xDB5C7F) is known color: Cranberry. HEX triplet: DB, 5C and 7F. RGB value is (219,92,127). Sum of RGB (Red+Green+Blue) = 219+92+127=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C7F is #24A380. Grayscale: #858585. Windows color (decimal): -2401153 or 8346843. OLE color: 8346843.
HSL color Cylindrical-coordinate representation of color #DB5C7F: hue angle of 343.46º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5C7F is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 127 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.14 |
| HSL | 343.46º | 0.64% | 0.61% | - |
| HSV(B) | 343.46º | 0.58% | 0.86% | - |
| XYZ | 36.87 | 24.25 | 22.82 | - |
| YUV | 133.96 | 124.08 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 127 | 0 | 0.58 | 0.42 | 0.14 | 343.46 | 0.64 | 0.61 |
| Hex | DB | 5C | 7F | 0 | 3A | 2A | E | 157 | 40 | 3D |
| Octal | 333 | 134 | 177 | 0 | 72 | 52 | 16 | 527 | 100 | 75 |
| Binary | 11011011 | 1011100 | 1111111 | 0 | 111010 | 101010 | 1110 | 101010111 | 1000000 | 111101 |
Color Harmonies of #DB5C7F
Complementary color
Monochromatic Colors of #DB5C7F
Black with #DB5C7F
Text Example
Text Example
White with #DB5C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5C7F; }
p { color: rgb(219,92,127); }
H1.HeaderClassName
{
color: #DB5C7F;
}
.AnyTagClassName
{
color: #DB5C7F;
}
</style>
background-color css
<style>
a { background-color: #DB5C7F; }
a { background-color: rgb(219,92,127); }
div.DivClassName
{
background-color: #DB5C7F;
}
.BgClassName
{
background-color: #DB5C7F;
}
</style>
border-color css
<style>
span { border-color: #DB5C7F; }
span { border-color: rgb(219,92,127); }
td.TdClassName
{
border-color: #DB5C7F;
}
.TagClassName
{
border-color: #DB5C7F;
}
</style>