Shades of Cranberry #D05778
Tints of Cranberry #D05778
RGB
CMYK
RGB Variations
Color information
#D05778 (or 0xD05778) is known color: Cranberry. HEX triplet: D0, 57 and 78. RGB value is (208,87,120). Sum of RGB (Red+Green+Blue) = 208+87+120=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D05778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05778 is #2FA887. Grayscale: #7E7E7E. Windows color (decimal): -3123336 or 7886800. OLE color: 7886800.
HSL color Cylindrical-coordinate representation of color #D05778: hue angle of 343.64º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D05778 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 87 | 120 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.18 |
| HSL | 343.64º | 0.56% | 0.58% | - |
| HSV(B) | 343.64º | 0.58% | 0.82% | - |
| XYZ | 32.81 | 21.58 | 20.21 | - |
| YUV | 126.94 | 124.09 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 120 | 0 | 0.58 | 0.42 | 0.18 | 343.64 | 0.56 | 0.58 |
| Hex | D0 | 57 | 78 | 0 | 3A | 2A | 12 | 158 | 38 | 3A |
| Octal | 320 | 127 | 170 | 0 | 72 | 52 | 22 | 530 | 70 | 72 |
| Binary | 11010000 | 1010111 | 1111000 | 0 | 111010 | 101010 | 10010 | 101011000 | 111000 | 111010 |
Color Harmonies of #D05778
Complementary color
Monochromatic Colors of #D05778
Black with #D05778
Text Example
Text Example
White with #D05778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05778; }
p { color: rgb(208,87,120); }
H1.HeaderClassName
{
color: #D05778;
}
.AnyTagClassName
{
color: #D05778;
}
</style>
background-color css
<style>
a { background-color: #D05778; }
a { background-color: rgb(208,87,120); }
div.DivClassName
{
background-color: #D05778;
}
.BgClassName
{
background-color: #D05778;
}
</style>
border-color css
<style>
span { border-color: #D05778; }
span { border-color: rgb(208,87,120); }
td.TdClassName
{
border-color: #D05778;
}
.TagClassName
{
border-color: #D05778;
}
</style>