Shades of Cranberry #D84481
Tints of Cranberry #D84481
RGB
CMYK
RGB Variations
Color information
#D84481 (or 0xD84481) is known color: Cranberry. HEX triplet: D8, 44 and 81. RGB value is (216,68,129). Sum of RGB (Red+Green+Blue) = 216+68+129=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D84481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84481 is #27BB7E. Grayscale: #777777. Windows color (decimal): -2603903 or 8471768. OLE color: 8471768.
HSL color Cylindrical-coordinate representation of color #D84481: hue angle of 335.27º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84481 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 129 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.15 |
| HSL | 335.27º | 0.65% | 0.56% | - |
| HSV(B) | 335.27º | 0.69% | 0.85% | - |
| XYZ | 34.35 | 20.32 | 22.88 | - |
| YUV | 119.21 | 133.53 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 129 | 0 | 0.69 | 0.40 | 0.15 | 335.27 | 0.65 | 0.56 |
| Hex | D8 | 44 | 81 | 0 | 45 | 28 | F | 14F | 41 | 38 |
| Octal | 330 | 104 | 201 | 0 | 105 | 50 | 17 | 517 | 101 | 70 |
| Binary | 11011000 | 1000100 | 10000001 | 0 | 1000101 | 101000 | 1111 | 101001111 | 1000001 | 111000 |
Color Harmonies of #D84481
Complementary color
Monochromatic Colors of #D84481
Black with #D84481
Text Example
Text Example
White with #D84481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84481; }
p { color: rgb(216,68,129); }
H1.HeaderClassName
{
color: #D84481;
}
.AnyTagClassName
{
color: #D84481;
}
</style>
background-color css
<style>
a { background-color: #D84481; }
a { background-color: rgb(216,68,129); }
div.DivClassName
{
background-color: #D84481;
}
.BgClassName
{
background-color: #D84481;
}
</style>
border-color css
<style>
span { border-color: #D84481; }
span { border-color: rgb(216,68,129); }
td.TdClassName
{
border-color: #D84481;
}
.TagClassName
{
border-color: #D84481;
}
</style>