Shades of Cranberry #D3507A
Tints of Cranberry #D3507A
RGB
CMYK
RGB Variations
Color information
#D3507A (or 0xD3507A) is known color: Cranberry. HEX triplet: D3, 50 and 7A. RGB value is (211,80,122). Sum of RGB (Red+Green+Blue) = 211+80+122=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D3507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3507A is #2CAF85. Grayscale: #7B7B7B. Windows color (decimal): -2928518 or 8016083. OLE color: 8016083.
HSL color Cylindrical-coordinate representation of color #D3507A: hue angle of 340.76º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3507A is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 80 | 122 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.17 |
| HSL | 340.76º | 0.6% | 0.57% | - |
| HSV(B) | 340.76º | 0.62% | 0.83% | - |
| XYZ | 33.25 | 20.99 | 20.71 | - |
| YUV | 123.96 | 126.9 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 80 | 122 | 0 | 0.62 | 0.42 | 0.17 | 340.76 | 0.6 | 0.57 |
| Hex | D3 | 50 | 7A | 0 | 3E | 2A | 11 | 155 | 3C | 39 |
| Octal | 323 | 120 | 172 | 0 | 76 | 52 | 21 | 525 | 74 | 71 |
| Binary | 11010011 | 1010000 | 1111010 | 0 | 111110 | 101010 | 10001 | 101010101 | 111100 | 111001 |
Color Harmonies of #D3507A
Complementary color
Monochromatic Colors of #D3507A
Black with #D3507A
Text Example
Text Example
White with #D3507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3507A; }
p { color: rgb(211,80,122); }
H1.HeaderClassName
{
color: #D3507A;
}
.AnyTagClassName
{
color: #D3507A;
}
</style>
background-color css
<style>
a { background-color: #D3507A; }
a { background-color: rgb(211,80,122); }
div.DivClassName
{
background-color: #D3507A;
}
.BgClassName
{
background-color: #D3507A;
}
</style>
border-color css
<style>
span { border-color: #D3507A; }
span { border-color: rgb(211,80,122); }
td.TdClassName
{
border-color: #D3507A;
}
.TagClassName
{
border-color: #D3507A;
}
</style>