Shades of Cranberry #D0467D
Tints of Cranberry #D0467D
RGB
CMYK
RGB Variations
Color information
#D0467D (or 0xD0467D) is known color: Cranberry. HEX triplet: D0, 46 and 7D. RGB value is (208,70,125). Sum of RGB (Red+Green+Blue) = 208+70+125=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0467D is #2FB982. Grayscale: #757575. Windows color (decimal): -3127683 or 8210128. OLE color: 8210128.
HSL color Cylindrical-coordinate representation of color #D0467D: hue angle of 336.09º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0467D is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 125 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.18 |
| HSL | 336.09º | 0.59% | 0.55% | - |
| HSV(B) | 336.09º | 0.66% | 0.82% | - |
| XYZ | 31.9 | 19.27 | 21.44 | - |
| YUV | 117.53 | 132.22 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 125 | 0 | 0.66 | 0.40 | 0.18 | 336.09 | 0.59 | 0.55 |
| Hex | D0 | 46 | 7D | 0 | 42 | 28 | 12 | 150 | 3B | 37 |
| Octal | 320 | 106 | 175 | 0 | 102 | 50 | 22 | 520 | 73 | 67 |
| Binary | 11010000 | 1000110 | 1111101 | 0 | 1000010 | 101000 | 10010 | 101010000 | 111011 | 110111 |
Color Harmonies of #D0467D
Complementary color
Monochromatic Colors of #D0467D
Black with #D0467D
Text Example
Text Example
White with #D0467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0467D; }
p { color: rgb(208,70,125); }
H1.HeaderClassName
{
color: #D0467D;
}
.AnyTagClassName
{
color: #D0467D;
}
</style>
background-color css
<style>
a { background-color: #D0467D; }
a { background-color: rgb(208,70,125); }
div.DivClassName
{
background-color: #D0467D;
}
.BgClassName
{
background-color: #D0467D;
}
</style>
border-color css
<style>
span { border-color: #D0467D; }
span { border-color: rgb(208,70,125); }
td.TdClassName
{
border-color: #D0467D;
}
.TagClassName
{
border-color: #D0467D;
}
</style>