Shades of Cranberry #D0607D
Tints of Cranberry #D0607D
RGB
CMYK
RGB Variations
Color information
#D0607D (or 0xD0607D) is known color: Cranberry. HEX triplet: D0, 60 and 7D. RGB value is (208,96,125). Sum of RGB (Red+Green+Blue) = 208+96+125=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0607D is #2F9F82. Grayscale: #848484. Windows color (decimal): -3121027 or 8216784. OLE color: 8216784.
HSL color Cylindrical-coordinate representation of color #D0607D: hue angle of 344.46º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0607D is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 125 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.18 |
| HSL | 344.46º | 0.54% | 0.6% | - |
| HSV(B) | 344.46º | 0.54% | 0.82% | - |
| XYZ | 33.9 | 23.26 | 22.1 | - |
| YUV | 132.79 | 123.61 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 125 | 0 | 0.54 | 0.40 | 0.18 | 344.46 | 0.54 | 0.6 |
| Hex | D0 | 60 | 7D | 0 | 36 | 28 | 12 | 158 | 36 | 3C |
| Octal | 320 | 140 | 175 | 0 | 66 | 50 | 22 | 530 | 66 | 74 |
| Binary | 11010000 | 1100000 | 1111101 | 0 | 110110 | 101000 | 10010 | 101011000 | 110110 | 111100 |
Color Harmonies of #D0607D
Complementary color
Monochromatic Colors of #D0607D
Black with #D0607D
Text Example
Text Example
White with #D0607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0607D; }
p { color: rgb(208,96,125); }
H1.HeaderClassName
{
color: #D0607D;
}
.AnyTagClassName
{
color: #D0607D;
}
</style>
background-color css
<style>
a { background-color: #D0607D; }
a { background-color: rgb(208,96,125); }
div.DivClassName
{
background-color: #D0607D;
}
.BgClassName
{
background-color: #D0607D;
}
</style>
border-color css
<style>
span { border-color: #D0607D; }
span { border-color: rgb(208,96,125); }
td.TdClassName
{
border-color: #D0607D;
}
.TagClassName
{
border-color: #D0607D;
}
</style>