Shades of Cranberry #D05E7D
Tints of Cranberry #D05E7D
RGB
CMYK
RGB Variations
Color information
#D05E7D (or 0xD05E7D) is known color: Cranberry. HEX triplet: D0, 5E and 7D. RGB value is (208,94,125). Sum of RGB (Red+Green+Blue) = 208+94+125=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05E7D is #2FA182. Grayscale: #838383. Windows color (decimal): -3121539 or 8216272. OLE color: 8216272.
HSL color Cylindrical-coordinate representation of color #D05E7D: hue angle of 343.68º 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 #D05E7D is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 94 | 125 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.18 |
| HSL | 343.68º | 0.55% | 0.59% | - |
| HSV(B) | 343.68º | 0.55% | 0.82% | - |
| XYZ | 33.72 | 22.9 | 22.04 | - |
| YUV | 131.62 | 124.27 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 125 | 0 | 0.55 | 0.40 | 0.18 | 343.68 | 0.55 | 0.59 |
| Hex | D0 | 5E | 7D | 0 | 37 | 28 | 12 | 158 | 37 | 3B |
| Octal | 320 | 136 | 175 | 0 | 67 | 50 | 22 | 530 | 67 | 73 |
| Binary | 11010000 | 1011110 | 1111101 | 0 | 110111 | 101000 | 10010 | 101011000 | 110111 | 111011 |
Color Harmonies of #D05E7D
Complementary color
Monochromatic Colors of #D05E7D
Black with #D05E7D
Text Example
Text Example
White with #D05E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05E7D; }
p { color: rgb(208,94,125); }
H1.HeaderClassName
{
color: #D05E7D;
}
.AnyTagClassName
{
color: #D05E7D;
}
</style>
background-color css
<style>
a { background-color: #D05E7D; }
a { background-color: rgb(208,94,125); }
div.DivClassName
{
background-color: #D05E7D;
}
.BgClassName
{
background-color: #D05E7D;
}
</style>
border-color css
<style>
span { border-color: #D05E7D; }
span { border-color: rgb(208,94,125); }
td.TdClassName
{
border-color: #D05E7D;
}
.TagClassName
{
border-color: #D05E7D;
}
</style>