Shades of Cranberry #D65181
Tints of Cranberry #D65181
RGB
CMYK
RGB Variations
Color information
#D65181 (or 0xD65181) is known color: Cranberry. HEX triplet: D6, 51 and 81. RGB value is (214,81,129). Sum of RGB (Red+Green+Blue) = 214+81+129=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D65181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65181 is #29AE7E. Grayscale: #7E7E7E. Windows color (decimal): -2731647 or 8475094. OLE color: 8475094.
HSL color Cylindrical-coordinate representation of color #D65181: hue angle of 338.35º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65181 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 129 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.16 |
| HSL | 338.35º | 0.62% | 0.58% | - |
| HSV(B) | 338.35º | 0.62% | 0.84% | - |
| XYZ | 34.64 | 21.77 | 23.14 | - |
| YUV | 126.24 | 129.56 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 129 | 0 | 0.62 | 0.40 | 0.16 | 338.35 | 0.62 | 0.58 |
| Hex | D6 | 51 | 81 | 0 | 3E | 28 | 10 | 152 | 3E | 3A |
| Octal | 326 | 121 | 201 | 0 | 76 | 50 | 20 | 522 | 76 | 72 |
| Binary | 11010110 | 1010001 | 10000001 | 0 | 111110 | 101000 | 10000 | 101010010 | 111110 | 111010 |
Color Harmonies of #D65181
Complementary color
Monochromatic Colors of #D65181
Black with #D65181
Text Example
Text Example
White with #D65181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65181; }
p { color: rgb(214,81,129); }
H1.HeaderClassName
{
color: #D65181;
}
.AnyTagClassName
{
color: #D65181;
}
</style>
background-color css
<style>
a { background-color: #D65181; }
a { background-color: rgb(214,81,129); }
div.DivClassName
{
background-color: #D65181;
}
.BgClassName
{
background-color: #D65181;
}
</style>
border-color css
<style>
span { border-color: #D65181; }
span { border-color: rgb(214,81,129); }
td.TdClassName
{
border-color: #D65181;
}
.TagClassName
{
border-color: #D65181;
}
</style>