Shades of Cranberry #D0627C
Tints of Cranberry #D0627C
RGB
CMYK
RGB Variations
Color information
#D0627C (or 0xD0627C) is known color: Cranberry. HEX triplet: D0, 62 and 7C. RGB value is (208,98,124). Sum of RGB (Red+Green+Blue) = 208+98+124=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0627C is #2F9D83. Grayscale: #858585. Windows color (decimal): -3120516 or 8151760. OLE color: 8151760.
HSL color Cylindrical-coordinate representation of color #D0627C: hue angle of 345.82º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0627C is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 124 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.18 |
| HSL | 345.82º | 0.54% | 0.6% | - |
| HSV(B) | 345.82º | 0.53% | 0.82% | - |
| XYZ | 34.02 | 23.6 | 21.83 | - |
| YUV | 133.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 124 | 0 | 0.53 | 0.40 | 0.18 | 345.82 | 0.54 | 0.6 |
| Hex | D0 | 62 | 7C | 0 | 35 | 28 | 12 | 15A | 36 | 3C |
| Octal | 320 | 142 | 174 | 0 | 65 | 50 | 22 | 532 | 66 | 74 |
| Binary | 11010000 | 1100010 | 1111100 | 0 | 110101 | 101000 | 10010 | 101011010 | 110110 | 111100 |
Color Harmonies of #D0627C
Complementary color
Monochromatic Colors of #D0627C
Black with #D0627C
Text Example
Text Example
White with #D0627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0627C; }
p { color: rgb(208,98,124); }
H1.HeaderClassName
{
color: #D0627C;
}
.AnyTagClassName
{
color: #D0627C;
}
</style>
background-color css
<style>
a { background-color: #D0627C; }
a { background-color: rgb(208,98,124); }
div.DivClassName
{
background-color: #D0627C;
}
.BgClassName
{
background-color: #D0627C;
}
</style>
border-color css
<style>
span { border-color: #D0627C; }
span { border-color: rgb(208,98,124); }
td.TdClassName
{
border-color: #D0627C;
}
.TagClassName
{
border-color: #D0627C;
}
</style>