Shades of Cranberry #D05F7D
Tints of Cranberry #D05F7D
RGB
CMYK
RGB Variations
Color information
#D05F7D (or 0xD05F7D) is known color: Cranberry. HEX triplet: D0, 5F and 7D. RGB value is (208,95,125). Sum of RGB (Red+Green+Blue) = 208+95+125=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05F7D is #2FA082. Grayscale: #848484. Windows color (decimal): -3121283 or 8216528. OLE color: 8216528.
HSL color Cylindrical-coordinate representation of color #D05F7D: hue angle of 344.07º 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 #D05F7D is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 95 | 125 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.18 |
| HSL | 344.07º | 0.55% | 0.59% | - |
| HSV(B) | 344.07º | 0.54% | 0.82% | - |
| XYZ | 33.81 | 23.07 | 22.07 | - |
| YUV | 132.21 | 123.94 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 125 | 0 | 0.54 | 0.40 | 0.18 | 344.07 | 0.55 | 0.59 |
| Hex | D0 | 5F | 7D | 0 | 36 | 28 | 12 | 158 | 37 | 3B |
| Octal | 320 | 137 | 175 | 0 | 66 | 50 | 22 | 530 | 67 | 73 |
| Binary | 11010000 | 1011111 | 1111101 | 0 | 110110 | 101000 | 10010 | 101011000 | 110111 | 111011 |
Color Harmonies of #D05F7D
Complementary color
Monochromatic Colors of #D05F7D
Black with #D05F7D
Text Example
Text Example
White with #D05F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05F7D; }
p { color: rgb(208,95,125); }
H1.HeaderClassName
{
color: #D05F7D;
}
.AnyTagClassName
{
color: #D05F7D;
}
</style>
background-color css
<style>
a { background-color: #D05F7D; }
a { background-color: rgb(208,95,125); }
div.DivClassName
{
background-color: #D05F7D;
}
.BgClassName
{
background-color: #D05F7D;
}
</style>
border-color css
<style>
span { border-color: #D05F7D; }
span { border-color: rgb(208,95,125); }
td.TdClassName
{
border-color: #D05F7D;
}
.TagClassName
{
border-color: #D05F7D;
}
</style>