Shades of Cranberry #D3467A
Tints of Cranberry #D3467A
RGB
CMYK
RGB Variations
Color information
#D3467A (or 0xD3467A) is known color: Cranberry. HEX triplet: D3, 46 and 7A. RGB value is (211,70,122). Sum of RGB (Red+Green+Blue) = 211+70+122=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D3467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3467A is #2CB985. Grayscale: #767676. Windows color (decimal): -2931078 or 8013523. OLE color: 8013523.
HSL color Cylindrical-coordinate representation of color #D3467A: hue angle of 337.87º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D3467A is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 122 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.17 |
| HSL | 337.87º | 0.62% | 0.55% | - |
| HSV(B) | 337.87º | 0.67% | 0.83% | - |
| XYZ | 32.57 | 19.63 | 20.49 | - |
| YUV | 118.09 | 130.21 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 122 | 0 | 0.67 | 0.42 | 0.17 | 337.87 | 0.62 | 0.55 |
| Hex | D3 | 46 | 7A | 0 | 43 | 2A | 11 | 152 | 3E | 37 |
| Octal | 323 | 106 | 172 | 0 | 103 | 52 | 21 | 522 | 76 | 67 |
| Binary | 11010011 | 1000110 | 1111010 | 0 | 1000011 | 101010 | 10001 | 101010010 | 111110 | 110111 |
Color Harmonies of #D3467A
Complementary color
Monochromatic Colors of #D3467A
Black with #D3467A
Text Example
Text Example
White with #D3467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3467A; }
p { color: rgb(211,70,122); }
H1.HeaderClassName
{
color: #D3467A;
}
.AnyTagClassName
{
color: #D3467A;
}
</style>
background-color css
<style>
a { background-color: #D3467A; }
a { background-color: rgb(211,70,122); }
div.DivClassName
{
background-color: #D3467A;
}
.BgClassName
{
background-color: #D3467A;
}
</style>
border-color css
<style>
span { border-color: #D3467A; }
span { border-color: rgb(211,70,122); }
td.TdClassName
{
border-color: #D3467A;
}
.TagClassName
{
border-color: #D3467A;
}
</style>