Shades of Cranberry #D04A81
Tints of Cranberry #D04A81
RGB
CMYK
RGB Variations
Color information
#D04A81 (or 0xD04A81) is known color: Cranberry. HEX triplet: D0, 4A and 81. RGB value is (208,74,129). Sum of RGB (Red+Green+Blue) = 208+74+129=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04A81 is #2FB57E. Grayscale: #787878. Windows color (decimal): -3126655 or 8473296. OLE color: 8473296.
HSL color Cylindrical-coordinate representation of color #D04A81: hue angle of 335.37º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04A81 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 129 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.18 |
| HSL | 335.37º | 0.59% | 0.55% | - |
| HSV(B) | 335.37º | 0.64% | 0.82% | - |
| XYZ | 32.42 | 19.89 | 22.9 | - |
| YUV | 120.34 | 132.89 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 129 | 0 | 0.64 | 0.38 | 0.18 | 335.37 | 0.59 | 0.55 |
| Hex | D0 | 4A | 81 | 0 | 40 | 26 | 12 | 14F | 3B | 37 |
| Octal | 320 | 112 | 201 | 0 | 100 | 46 | 22 | 517 | 73 | 67 |
| Binary | 11010000 | 1001010 | 10000001 | 0 | 1000000 | 100110 | 10010 | 101001111 | 111011 | 110111 |
Color Harmonies of #D04A81
Complementary color
Monochromatic Colors of #D04A81
Black with #D04A81
Text Example
Text Example
White with #D04A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04A81; }
p { color: rgb(208,74,129); }
H1.HeaderClassName
{
color: #D04A81;
}
.AnyTagClassName
{
color: #D04A81;
}
</style>
background-color css
<style>
a { background-color: #D04A81; }
a { background-color: rgb(208,74,129); }
div.DivClassName
{
background-color: #D04A81;
}
.BgClassName
{
background-color: #D04A81;
}
</style>
border-color css
<style>
span { border-color: #D04A81; }
span { border-color: rgb(208,74,129); }
td.TdClassName
{
border-color: #D04A81;
}
.TagClassName
{
border-color: #D04A81;
}
</style>