Shades of Cranberry #D66281
Tints of Cranberry #D66281
RGB
CMYK
RGB Variations
Color information
#D66281 (or 0xD66281) is known color: Cranberry. HEX triplet: D6, 62 and 81. RGB value is (214,98,129). Sum of RGB (Red+Green+Blue) = 214+98+129=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D66281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66281 is #299D7E. Grayscale: #888888. Windows color (decimal): -2727295 or 8479446. OLE color: 8479446.
HSL color Cylindrical-coordinate representation of color #D66281: hue angle of 343.97º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D66281 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 129 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.16 |
| HSL | 343.97º | 0.59% | 0.61% | - |
| HSV(B) | 343.97º | 0.54% | 0.84% | - |
| XYZ | 36.06 | 24.62 | 23.62 | - |
| YUV | 136.22 | 123.93 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 129 | 0 | 0.54 | 0.40 | 0.16 | 343.97 | 0.59 | 0.61 |
| Hex | D6 | 62 | 81 | 0 | 36 | 28 | 10 | 158 | 3B | 3D |
| Octal | 326 | 142 | 201 | 0 | 66 | 50 | 20 | 530 | 73 | 75 |
| Binary | 11010110 | 1100010 | 10000001 | 0 | 110110 | 101000 | 10000 | 101011000 | 111011 | 111101 |
Color Harmonies of #D66281
Complementary color
Monochromatic Colors of #D66281
Black with #D66281
Text Example
Text Example
White with #D66281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66281; }
p { color: rgb(214,98,129); }
H1.HeaderClassName
{
color: #D66281;
}
.AnyTagClassName
{
color: #D66281;
}
</style>
background-color css
<style>
a { background-color: #D66281; }
a { background-color: rgb(214,98,129); }
div.DivClassName
{
background-color: #D66281;
}
.BgClassName
{
background-color: #D66281;
}
</style>
border-color css
<style>
span { border-color: #D66281; }
span { border-color: rgb(214,98,129); }
td.TdClassName
{
border-color: #D66281;
}
.TagClassName
{
border-color: #D66281;
}
</style>