Shades of Cranberry #D0507F
Tints of Cranberry #D0507F
RGB
CMYK
RGB Variations
Color information
#D0507F (or 0xD0507F) is known color: Cranberry. HEX triplet: D0, 50 and 7F. RGB value is (208,80,127). Sum of RGB (Red+Green+Blue) = 208+80+127=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0507F is #2FAF80. Grayscale: #7B7B7B. Windows color (decimal): -3125121 or 8343760. OLE color: 8343760.
HSL color Cylindrical-coordinate representation of color #D0507F: hue angle of 337.97º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0507F is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 127 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.18 |
| HSL | 337.97º | 0.58% | 0.56% | - |
| HSV(B) | 337.97º | 0.62% | 0.82% | - |
| XYZ | 32.71 | 20.68 | 22.35 | - |
| YUV | 123.63 | 129.91 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 127 | 0 | 0.62 | 0.39 | 0.18 | 337.97 | 0.58 | 0.56 |
| Hex | D0 | 50 | 7F | 0 | 3E | 27 | 12 | 152 | 3A | 38 |
| Octal | 320 | 120 | 177 | 0 | 76 | 47 | 22 | 522 | 72 | 70 |
| Binary | 11010000 | 1010000 | 1111111 | 0 | 111110 | 100111 | 10010 | 101010010 | 111010 | 111000 |
Color Harmonies of #D0507F
Complementary color
Monochromatic Colors of #D0507F
Black with #D0507F
Text Example
Text Example
White with #D0507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0507F; }
p { color: rgb(208,80,127); }
H1.HeaderClassName
{
color: #D0507F;
}
.AnyTagClassName
{
color: #D0507F;
}
</style>
background-color css
<style>
a { background-color: #D0507F; }
a { background-color: rgb(208,80,127); }
div.DivClassName
{
background-color: #D0507F;
}
.BgClassName
{
background-color: #D0507F;
}
</style>
border-color css
<style>
span { border-color: #D0507F; }
span { border-color: rgb(208,80,127); }
td.TdClassName
{
border-color: #D0507F;
}
.TagClassName
{
border-color: #D0507F;
}
</style>