Shades of Cranberry #D05F7B
Tints of Cranberry #D05F7B
RGB
CMYK
RGB Variations
Color information
#D05F7B (or 0xD05F7B) is known color: Cranberry. HEX triplet: D0, 5F and 7B. RGB value is (208,95,123). Sum of RGB (Red+Green+Blue) = 208+95+123=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05F7B is #2FA084. Grayscale: #838383. Windows color (decimal): -3121285 or 8085456. OLE color: 8085456.
HSL color Cylindrical-coordinate representation of color #D05F7B: hue angle of 345.13º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D05F7B is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 95 | 123 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.18 |
| HSL | 345.13º | 0.55% | 0.59% | - |
| HSV(B) | 345.13º | 0.54% | 0.82% | - |
| XYZ | 33.68 | 23.02 | 21.41 | - |
| YUV | 131.98 | 122.94 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 123 | 0 | 0.54 | 0.41 | 0.18 | 345.13 | 0.55 | 0.59 |
| Hex | D0 | 5F | 7B | 0 | 36 | 29 | 12 | 159 | 37 | 3B |
| Octal | 320 | 137 | 173 | 0 | 66 | 51 | 22 | 531 | 67 | 73 |
| Binary | 11010000 | 1011111 | 1111011 | 0 | 110110 | 101001 | 10010 | 101011001 | 110111 | 111011 |
Color Harmonies of #D05F7B
Complementary color
Monochromatic Colors of #D05F7B
Black with #D05F7B
Text Example
Text Example
White with #D05F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05F7B; }
p { color: rgb(208,95,123); }
H1.HeaderClassName
{
color: #D05F7B;
}
.AnyTagClassName
{
color: #D05F7B;
}
</style>
background-color css
<style>
a { background-color: #D05F7B; }
a { background-color: rgb(208,95,123); }
div.DivClassName
{
background-color: #D05F7B;
}
.BgClassName
{
background-color: #D05F7B;
}
</style>
border-color css
<style>
span { border-color: #D05F7B; }
span { border-color: rgb(208,95,123); }
td.TdClassName
{
border-color: #D05F7B;
}
.TagClassName
{
border-color: #D05F7B;
}
</style>