Shades of Cranberry #DB627D
Tints of Cranberry #DB627D
RGB
CMYK
RGB Variations
Color information
#DB627D (or 0xDB627D) is known color: Cranberry. HEX triplet: DB, 62 and 7D. RGB value is (219,98,125). Sum of RGB (Red+Green+Blue) = 219+98+125=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB627D is #249D82. Grayscale: #898989. Windows color (decimal): -2399619 or 8217307. OLE color: 8217307.
HSL color Cylindrical-coordinate representation of color #DB627D: hue angle of 346.61º 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 #DB627D is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 125 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.14 |
| HSL | 346.61º | 0.63% | 0.62% | - |
| HSV(B) | 346.61º | 0.55% | 0.86% | - |
| XYZ | 37.28 | 25.28 | 22.32 | - |
| YUV | 137.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 125 | 0 | 0.55 | 0.43 | 0.14 | 346.61 | 0.63 | 0.62 |
| Hex | DB | 62 | 7D | 0 | 37 | 2B | E | 15B | 3F | 3E |
| Octal | 333 | 142 | 175 | 0 | 67 | 53 | 16 | 533 | 77 | 76 |
| Binary | 11011011 | 1100010 | 1111101 | 0 | 110111 | 101011 | 1110 | 101011011 | 111111 | 111110 |
Color Harmonies of #DB627D
Complementary color
Monochromatic Colors of #DB627D
Black with #DB627D
Text Example
Text Example
White with #DB627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB627D; }
p { color: rgb(219,98,125); }
H1.HeaderClassName
{
color: #DB627D;
}
.AnyTagClassName
{
color: #DB627D;
}
</style>
background-color css
<style>
a { background-color: #DB627D; }
a { background-color: rgb(219,98,125); }
div.DivClassName
{
background-color: #DB627D;
}
.BgClassName
{
background-color: #DB627D;
}
</style>
border-color css
<style>
span { border-color: #DB627D; }
span { border-color: rgb(219,98,125); }
td.TdClassName
{
border-color: #DB627D;
}
.TagClassName
{
border-color: #DB627D;
}
</style>