Shades of Cranberry #D05B7A
Tints of Cranberry #D05B7A
RGB
CMYK
RGB Variations
Color information
#D05B7A (or 0xD05B7A) is known color: Cranberry. HEX triplet: D0, 5B and 7A. RGB value is (208,91,122). Sum of RGB (Red+Green+Blue) = 208+91+122=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D05B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05B7A is #2FA485. Grayscale: #818181. Windows color (decimal): -3122310 or 8018896. OLE color: 8018896.
HSL color Cylindrical-coordinate representation of color #D05B7A: hue angle of 344.1º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D05B7A is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 91 | 122 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.18 |
| HSL | 344.1º | 0.55% | 0.59% | - |
| HSV(B) | 344.1º | 0.56% | 0.82% | - |
| XYZ | 33.27 | 22.3 | 20.96 | - |
| YUV | 129.52 | 123.76 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 91 | 122 | 0 | 0.56 | 0.41 | 0.18 | 344.1 | 0.55 | 0.59 |
| Hex | D0 | 5B | 7A | 0 | 38 | 29 | 12 | 158 | 37 | 3B |
| Octal | 320 | 133 | 172 | 0 | 70 | 51 | 22 | 530 | 67 | 73 |
| Binary | 11010000 | 1011011 | 1111010 | 0 | 111000 | 101001 | 10010 | 101011000 | 110111 | 111011 |
Color Harmonies of #D05B7A
Complementary color
Monochromatic Colors of #D05B7A
Black with #D05B7A
Text Example
Text Example
White with #D05B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05B7A; }
p { color: rgb(208,91,122); }
H1.HeaderClassName
{
color: #D05B7A;
}
.AnyTagClassName
{
color: #D05B7A;
}
</style>
background-color css
<style>
a { background-color: #D05B7A; }
a { background-color: rgb(208,91,122); }
div.DivClassName
{
background-color: #D05B7A;
}
.BgClassName
{
background-color: #D05B7A;
}
</style>
border-color css
<style>
span { border-color: #D05B7A; }
span { border-color: rgb(208,91,122); }
td.TdClassName
{
border-color: #D05B7A;
}
.TagClassName
{
border-color: #D05B7A;
}
</style>