Shades of Cranberry #D05D7D
Tints of Cranberry #D05D7D
RGB
CMYK
RGB Variations
Color information
#D05D7D (or 0xD05D7D) is known color: Cranberry. HEX triplet: D0, 5D and 7D. RGB value is (208,93,125). Sum of RGB (Red+Green+Blue) = 208+93+125=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05D7D is #2FA282. Grayscale: #838383. Windows color (decimal): -3121795 or 8216016. OLE color: 8216016.
HSL color Cylindrical-coordinate representation of color #D05D7D: hue angle of 343.3º 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 #D05D7D is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 125 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.18 |
| HSL | 343.3º | 0.55% | 0.59% | - |
| HSV(B) | 343.3º | 0.55% | 0.82% | - |
| XYZ | 33.63 | 22.72 | 22.01 | - |
| YUV | 131.03 | 124.6 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 125 | 0 | 0.55 | 0.40 | 0.18 | 343.3 | 0.55 | 0.59 |
| Hex | D0 | 5D | 7D | 0 | 37 | 28 | 12 | 157 | 37 | 3B |
| Octal | 320 | 135 | 175 | 0 | 67 | 50 | 22 | 527 | 67 | 73 |
| Binary | 11010000 | 1011101 | 1111101 | 0 | 110111 | 101000 | 10010 | 101010111 | 110111 | 111011 |
Color Harmonies of #D05D7D
Complementary color
Monochromatic Colors of #D05D7D
Black with #D05D7D
Text Example
Text Example
White with #D05D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D7D; }
p { color: rgb(208,93,125); }
H1.HeaderClassName
{
color: #D05D7D;
}
.AnyTagClassName
{
color: #D05D7D;
}
</style>
background-color css
<style>
a { background-color: #D05D7D; }
a { background-color: rgb(208,93,125); }
div.DivClassName
{
background-color: #D05D7D;
}
.BgClassName
{
background-color: #D05D7D;
}
</style>
border-color css
<style>
span { border-color: #D05D7D; }
span { border-color: rgb(208,93,125); }
td.TdClassName
{
border-color: #D05D7D;
}
.TagClassName
{
border-color: #D05D7D;
}
</style>