Shades of Cranberry #D05B7B
Tints of Cranberry #D05B7B
RGB
CMYK
RGB Variations
Color information
#D05B7B (or 0xD05B7B) is known color: Cranberry. HEX triplet: D0, 5B and 7B. RGB value is (208,91,123). Sum of RGB (Red+Green+Blue) = 208+91+123=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D05B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05B7B is #2FA484. Grayscale: #818181. Windows color (decimal): -3122309 or 8084432. OLE color: 8084432.
HSL color Cylindrical-coordinate representation of color #D05B7B: hue angle of 343.59º 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 #D05B7B is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 91 | 123 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.18 |
| HSL | 343.59º | 0.55% | 0.59% | - |
| HSV(B) | 343.59º | 0.56% | 0.82% | - |
| XYZ | 33.33 | 22.32 | 21.29 | - |
| YUV | 129.63 | 124.26 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 91 | 123 | 0 | 0.56 | 0.41 | 0.18 | 343.59 | 0.55 | 0.59 |
| Hex | D0 | 5B | 7B | 0 | 38 | 29 | 12 | 158 | 37 | 3B |
| Octal | 320 | 133 | 173 | 0 | 70 | 51 | 22 | 530 | 67 | 73 |
| Binary | 11010000 | 1011011 | 1111011 | 0 | 111000 | 101001 | 10010 | 101011000 | 110111 | 111011 |
Color Harmonies of #D05B7B
Complementary color
Monochromatic Colors of #D05B7B
Black with #D05B7B
Text Example
Text Example
White with #D05B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05B7B; }
p { color: rgb(208,91,123); }
H1.HeaderClassName
{
color: #D05B7B;
}
.AnyTagClassName
{
color: #D05B7B;
}
</style>
background-color css
<style>
a { background-color: #D05B7B; }
a { background-color: rgb(208,91,123); }
div.DivClassName
{
background-color: #D05B7B;
}
.BgClassName
{
background-color: #D05B7B;
}
</style>
border-color css
<style>
span { border-color: #D05B7B; }
span { border-color: rgb(208,91,123); }
td.TdClassName
{
border-color: #D05B7B;
}
.TagClassName
{
border-color: #D05B7B;
}
</style>