Shades of Cranberry #D75281
Tints of Cranberry #D75281
RGB
CMYK
RGB Variations
Color information
#D75281 (or 0xD75281) is known color: Cranberry. HEX triplet: D7, 52 and 81. RGB value is (215,82,129). Sum of RGB (Red+Green+Blue) = 215+82+129=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D75281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75281 is #28AD7E. Grayscale: #7F7F7F. Windows color (decimal): -2665855 or 8475351. OLE color: 8475351.
HSL color Cylindrical-coordinate representation of color #D75281: hue angle of 338.8º 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 #D75281 is Cyan = 0, Magento = 0.62, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 129 | - |
| CMYK | 0 | 0.62 | 0.4 | 0.16 |
| HSL | 338.8º | 0.62% | 0.58% | - |
| HSV(B) | 338.8º | 0.62% | 0.84% | - |
| XYZ | 35 | 22.07 | 23.18 | - |
| YUV | 127.13 | 129.06 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 129 | 0 | 0.62 | 0.4 | 0.16 | 338.8 | 0.62 | 0.58 |
| Hex | D7 | 52 | 81 | 0 | 3E | 28 | 10 | 153 | 3E | 3A |
| Octal | 327 | 122 | 201 | 0 | 76 | 50 | 20 | 523 | 76 | 72 |
| Binary | 11010111 | 1010010 | 10000001 | 0 | 111110 | 101000 | 10000 | 101010011 | 111110 | 111010 |
Color Harmonies of #D75281
Complementary color
Monochromatic Colors of #D75281
Black with #D75281
Text Example
Text Example
White with #D75281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75281; }
p { color: rgb(215,82,129); }
H1.HeaderClassName
{
color: #D75281;
}
.AnyTagClassName
{
color: #D75281;
}
</style>
background-color css
<style>
a { background-color: #D75281; }
a { background-color: rgb(215,82,129); }
div.DivClassName
{
background-color: #D75281;
}
.BgClassName
{
background-color: #D75281;
}
</style>
border-color css
<style>
span { border-color: #D75281; }
span { border-color: rgb(215,82,129); }
td.TdClassName
{
border-color: #D75281;
}
.TagClassName
{
border-color: #D75281;
}
</style>