Shades of Cranberry #DB5E7F
Tints of Cranberry #DB5E7F
RGB
CMYK
RGB Variations
Color information
#DB5E7F (or 0xDB5E7F) is known color: Cranberry. HEX triplet: DB, 5E and 7F. RGB value is (219,94,127). Sum of RGB (Red+Green+Blue) = 219+94+127=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5E7F is #24A180. Grayscale: #878787. Windows color (decimal): -2400641 or 8347355. OLE color: 8347355.
HSL color Cylindrical-coordinate representation of color #DB5E7F: hue angle of 344.16º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5E7F is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 94 | 127 | - |
CMYK | 0 | 0.57 | 0.42 | 0.14 |
HSL | 344.16º | 0.63% | 0.61% | - |
HSV(B) | 344.16º | 0.57% | 0.86% | - |
XYZ | 37.05 | 24.6 | 22.87 | - |
YUV | 135.14 | 123.41 | 187.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 94 | 127 | 0 | 0.57 | 0.42 | 0.14 | 344.16 | 0.63 | 0.61 |
Hex | DB | 5E | 7F | 0 | 39 | 2A | E | 158 | 3F | 3D |
Octal | 333 | 136 | 177 | 0 | 71 | 52 | 16 | 530 | 77 | 75 |
Binary | 11011011 | 1011110 | 1111111 | 0 | 111001 | 101010 | 1110 | 101011000 | 111111 | 111101 |
Color Harmonies of #DB5E7F
Complementary color
Monochromatic Colors of #DB5E7F
Black with #DB5E7F
Text Example
Text Example
White with #DB5E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E7F; }
p { color: rgb(219,94,127); }
H1.HeaderClassName
{
color: #DB5E7F;
}
.AnyTagClassName
{
color: #DB5E7F;
}
</style>
background-color css
<style>
a { background-color: #DB5E7F; }
a { background-color: rgb(219,94,127); }
div.DivClassName
{
background-color: #DB5E7F;
}
.BgClassName
{
background-color: #DB5E7F;
}
</style>
border-color css
<style>
span { border-color: #DB5E7F; }
span { border-color: rgb(219,94,127); }
td.TdClassName
{
border-color: #DB5E7F;
}
.TagClassName
{
border-color: #DB5E7F;
}
</style>