Shades of Cranberry #D0627D
Tints of Cranberry #D0627D
RGB
CMYK
RGB Variations
Color information
#D0627D (or 0xD0627D) is known color: Cranberry. HEX triplet: D0, 62 and 7D. RGB value is (208,98,125). Sum of RGB (Red+Green+Blue) = 208+98+125=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0627D is #2F9D82. Grayscale: #858585. Windows color (decimal): -3120515 or 8217296. OLE color: 8217296.
HSL color Cylindrical-coordinate representation of color #D0627D: hue angle of 345.27º 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 #D0627D is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 125 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.18 |
| HSL | 345.27º | 0.54% | 0.6% | - |
| HSV(B) | 345.27º | 0.53% | 0.82% | - |
| XYZ | 34.08 | 23.63 | 22.17 | - |
| YUV | 133.97 | 122.94 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 125 | 0 | 0.53 | 0.40 | 0.18 | 345.27 | 0.54 | 0.6 |
| Hex | D0 | 62 | 7D | 0 | 35 | 28 | 12 | 159 | 36 | 3C |
| Octal | 320 | 142 | 175 | 0 | 65 | 50 | 22 | 531 | 66 | 74 |
| Binary | 11010000 | 1100010 | 1111101 | 0 | 110101 | 101000 | 10010 | 101011001 | 110110 | 111100 |
Color Harmonies of #D0627D
Complementary color
Monochromatic Colors of #D0627D
Black with #D0627D
Text Example
Text Example
White with #D0627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0627D; }
p { color: rgb(208,98,125); }
H1.HeaderClassName
{
color: #D0627D;
}
.AnyTagClassName
{
color: #D0627D;
}
</style>
background-color css
<style>
a { background-color: #D0627D; }
a { background-color: rgb(208,98,125); }
div.DivClassName
{
background-color: #D0627D;
}
.BgClassName
{
background-color: #D0627D;
}
</style>
border-color css
<style>
span { border-color: #D0627D; }
span { border-color: rgb(208,98,125); }
td.TdClassName
{
border-color: #D0627D;
}
.TagClassName
{
border-color: #D0627D;
}
</style>