Shades of Cranberry #DB427C
Tints of Cranberry #DB427C
RGB
CMYK
RGB Variations
Color information
#DB427C (or 0xDB427C) is known color: Cranberry. HEX triplet: DB, 42 and 7C. RGB value is (219,66,124). Sum of RGB (Red+Green+Blue) = 219+66+124=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB427C is #24BD83. Grayscale: #767676. Windows color (decimal): -2407812 or 8143579. OLE color: 8143579.
HSL color Cylindrical-coordinate representation of color #DB427C: hue angle of 337.25º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB427C is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 124 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.14 |
| HSL | 337.25º | 0.68% | 0.56% | - |
| HSV(B) | 337.25º | 0.7% | 0.86% | - |
| XYZ | 34.8 | 20.41 | 21.17 | - |
| YUV | 118.36 | 131.19 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 124 | 0 | 0.70 | 0.43 | 0.14 | 337.25 | 0.68 | 0.56 |
| Hex | DB | 42 | 7C | 0 | 46 | 2B | E | 151 | 44 | 38 |
| Octal | 333 | 102 | 174 | 0 | 106 | 53 | 16 | 521 | 104 | 70 |
| Binary | 11011011 | 1000010 | 1111100 | 0 | 1000110 | 101011 | 1110 | 101010001 | 1000100 | 111000 |
Color Harmonies of #DB427C
Complementary color
Monochromatic Colors of #DB427C
Black with #DB427C
Text Example
Text Example
White with #DB427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB427C; }
p { color: rgb(219,66,124); }
H1.HeaderClassName
{
color: #DB427C;
}
.AnyTagClassName
{
color: #DB427C;
}
</style>
background-color css
<style>
a { background-color: #DB427C; }
a { background-color: rgb(219,66,124); }
div.DivClassName
{
background-color: #DB427C;
}
.BgClassName
{
background-color: #DB427C;
}
</style>
border-color css
<style>
span { border-color: #DB427C; }
span { border-color: rgb(219,66,124); }
td.TdClassName
{
border-color: #DB427C;
}
.TagClassName
{
border-color: #DB427C;
}
</style>