Shades of Cranberry #D05D7B
Tints of Cranberry #D05D7B
RGB
CMYK
RGB Variations
Color information
#D05D7B (or 0xD05D7B) is known color: Cranberry. HEX triplet: D0, 5D and 7B. RGB value is (208,93,123). Sum of RGB (Red+Green+Blue) = 208+93+123=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05D7B is #2FA284. Grayscale: #828282. Windows color (decimal): -3121797 or 8084944. OLE color: 8084944.
HSL color Cylindrical-coordinate representation of color #D05D7B: hue angle of 344.35º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05D7B is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 123 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.18 |
| HSL | 344.35º | 0.55% | 0.59% | - |
| HSV(B) | 344.35º | 0.55% | 0.82% | - |
| XYZ | 33.5 | 22.67 | 21.35 | - |
| YUV | 130.81 | 123.6 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 123 | 0 | 0.55 | 0.41 | 0.18 | 344.35 | 0.55 | 0.59 |
| Hex | D0 | 5D | 7B | 0 | 37 | 29 | 12 | 158 | 37 | 3B |
| Octal | 320 | 135 | 173 | 0 | 67 | 51 | 22 | 530 | 67 | 73 |
| Binary | 11010000 | 1011101 | 1111011 | 0 | 110111 | 101001 | 10010 | 101011000 | 110111 | 111011 |
Color Harmonies of #D05D7B
Complementary color
Monochromatic Colors of #D05D7B
Black with #D05D7B
Text Example
Text Example
White with #D05D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D7B; }
p { color: rgb(208,93,123); }
H1.HeaderClassName
{
color: #D05D7B;
}
.AnyTagClassName
{
color: #D05D7B;
}
</style>
background-color css
<style>
a { background-color: #D05D7B; }
a { background-color: rgb(208,93,123); }
div.DivClassName
{
background-color: #D05D7B;
}
.BgClassName
{
background-color: #D05D7B;
}
</style>
border-color css
<style>
span { border-color: #D05D7B; }
span { border-color: rgb(208,93,123); }
td.TdClassName
{
border-color: #D05D7B;
}
.TagClassName
{
border-color: #D05D7B;
}
</style>