Shades of Cranberry #D05D7E
Tints of Cranberry #D05D7E
RGB
CMYK
RGB Variations
Color information
#D05D7E (or 0xD05D7E) is known color: Cranberry. HEX triplet: D0, 5D and 7E. RGB value is (208,93,126). Sum of RGB (Red+Green+Blue) = 208+93+126=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05D7E is #2FA281. Grayscale: #838383. Windows color (decimal): -3121794 or 8281552. OLE color: 8281552.
HSL color Cylindrical-coordinate representation of color #D05D7E: hue angle of 342.78º 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 #D05D7E is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 126 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.18 |
| HSL | 342.78º | 0.55% | 0.59% | - |
| HSV(B) | 342.78º | 0.55% | 0.82% | - |
| XYZ | 33.69 | 22.74 | 22.35 | - |
| YUV | 131.15 | 125.1 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 126 | 0 | 0.55 | 0.39 | 0.18 | 342.78 | 0.55 | 0.59 |
| Hex | D0 | 5D | 7E | 0 | 37 | 27 | 12 | 157 | 37 | 3B |
| Octal | 320 | 135 | 176 | 0 | 67 | 47 | 22 | 527 | 67 | 73 |
| Binary | 11010000 | 1011101 | 1111110 | 0 | 110111 | 100111 | 10010 | 101010111 | 110111 | 111011 |
Color Harmonies of #D05D7E
Complementary color
Monochromatic Colors of #D05D7E
Black with #D05D7E
Text Example
Text Example
White with #D05D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D7E; }
p { color: rgb(208,93,126); }
H1.HeaderClassName
{
color: #D05D7E;
}
.AnyTagClassName
{
color: #D05D7E;
}
</style>
background-color css
<style>
a { background-color: #D05D7E; }
a { background-color: rgb(208,93,126); }
div.DivClassName
{
background-color: #D05D7E;
}
.BgClassName
{
background-color: #D05D7E;
}
</style>
border-color css
<style>
span { border-color: #D05D7E; }
span { border-color: rgb(208,93,126); }
td.TdClassName
{
border-color: #D05D7E;
}
.TagClassName
{
border-color: #D05D7E;
}
</style>