Shades of Cranberry #DB627B
Tints of Cranberry #DB627B
RGB
CMYK
RGB Variations
Color information
#DB627B (or 0xDB627B) is known color: Cranberry. HEX triplet: DB, 62 and 7B. RGB value is (219,98,123). Sum of RGB (Red+Green+Blue) = 219+98+123=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB627B is #249D84. Grayscale: #898989. Windows color (decimal): -2399621 or 8086235. OLE color: 8086235.
HSL color Cylindrical-coordinate representation of color #DB627B: hue angle of 347.6º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB627B is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 123 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.14 |
| HSL | 347.6º | 0.63% | 0.62% | - |
| HSV(B) | 347.6º | 0.55% | 0.86% | - |
| XYZ | 37.16 | 25.23 | 21.65 | - |
| YUV | 137.03 | 120.09 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 123 | 0 | 0.55 | 0.44 | 0.14 | 347.6 | 0.63 | 0.62 |
| Hex | DB | 62 | 7B | 0 | 37 | 2C | E | 15C | 3F | 3E |
| Octal | 333 | 142 | 173 | 0 | 67 | 54 | 16 | 534 | 77 | 76 |
| Binary | 11011011 | 1100010 | 1111011 | 0 | 110111 | 101100 | 1110 | 101011100 | 111111 | 111110 |
Color Harmonies of #DB627B
Complementary color
Monochromatic Colors of #DB627B
Black with #DB627B
Text Example
Text Example
White with #DB627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB627B; }
p { color: rgb(219,98,123); }
H1.HeaderClassName
{
color: #DB627B;
}
.AnyTagClassName
{
color: #DB627B;
}
</style>
background-color css
<style>
a { background-color: #DB627B; }
a { background-color: rgb(219,98,123); }
div.DivClassName
{
background-color: #DB627B;
}
.BgClassName
{
background-color: #DB627B;
}
</style>
border-color css
<style>
span { border-color: #DB627B; }
span { border-color: rgb(219,98,123); }
td.TdClassName
{
border-color: #DB627B;
}
.TagClassName
{
border-color: #DB627B;
}
</style>