Shades of Cranberry #DB627C
Tints of Cranberry #DB627C
RGB
CMYK
RGB Variations
Color information
#DB627C (or 0xDB627C) is known color: Cranberry. HEX triplet: DB, 62 and 7C. RGB value is (219,98,124). Sum of RGB (Red+Green+Blue) = 219+98+124=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB627C is #249D83. Grayscale: #898989. Windows color (decimal): -2399620 or 8151771. OLE color: 8151771.
HSL color Cylindrical-coordinate representation of color #DB627C: hue angle of 347.11º 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 #DB627C is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 124 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.14 |
| HSL | 347.11º | 0.63% | 0.62% | - |
| HSV(B) | 347.11º | 0.55% | 0.86% | - |
| XYZ | 37.22 | 25.25 | 21.98 | - |
| YUV | 137.14 | 120.59 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 124 | 0 | 0.55 | 0.43 | 0.14 | 347.11 | 0.63 | 0.62 |
| Hex | DB | 62 | 7C | 0 | 37 | 2B | E | 15B | 3F | 3E |
| Octal | 333 | 142 | 174 | 0 | 67 | 53 | 16 | 533 | 77 | 76 |
| Binary | 11011011 | 1100010 | 1111100 | 0 | 110111 | 101011 | 1110 | 101011011 | 111111 | 111110 |
Color Harmonies of #DB627C
Complementary color
Monochromatic Colors of #DB627C
Black with #DB627C
Text Example
Text Example
White with #DB627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB627C; }
p { color: rgb(219,98,124); }
H1.HeaderClassName
{
color: #DB627C;
}
.AnyTagClassName
{
color: #DB627C;
}
</style>
background-color css
<style>
a { background-color: #DB627C; }
a { background-color: rgb(219,98,124); }
div.DivClassName
{
background-color: #DB627C;
}
.BgClassName
{
background-color: #DB627C;
}
</style>
border-color css
<style>
span { border-color: #DB627C; }
span { border-color: rgb(219,98,124); }
td.TdClassName
{
border-color: #DB627C;
}
.TagClassName
{
border-color: #DB627C;
}
</style>