Shades of Cranberry #D3447D
Tints of Cranberry #D3447D
RGB
CMYK
RGB Variations
Color information
#D3447D (or 0xD3447D) is known color: Cranberry. HEX triplet: D3, 44 and 7D. RGB value is (211,68,125). Sum of RGB (Red+Green+Blue) = 211+68+125=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D3447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3447D is #2CBB82. Grayscale: #757575. Windows color (decimal): -2931587 or 8209619. OLE color: 8209619.
HSL color Cylindrical-coordinate representation of color #D3447D: hue angle of 336.08º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3447D is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 125 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.17 |
| HSL | 336.08º | 0.62% | 0.55% | - |
| HSV(B) | 336.08º | 0.68% | 0.83% | - |
| XYZ | 32.63 | 19.46 | 21.44 | - |
| YUV | 117.26 | 132.38 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 125 | 0 | 0.68 | 0.41 | 0.17 | 336.08 | 0.62 | 0.55 |
| Hex | D3 | 44 | 7D | 0 | 44 | 29 | 11 | 150 | 3E | 37 |
| Octal | 323 | 104 | 175 | 0 | 104 | 51 | 21 | 520 | 76 | 67 |
| Binary | 11010011 | 1000100 | 1111101 | 0 | 1000100 | 101001 | 10001 | 101010000 | 111110 | 110111 |
Color Harmonies of #D3447D
Complementary color
Monochromatic Colors of #D3447D
Black with #D3447D
Text Example
Text Example
White with #D3447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3447D; }
p { color: rgb(211,68,125); }
H1.HeaderClassName
{
color: #D3447D;
}
.AnyTagClassName
{
color: #D3447D;
}
</style>
background-color css
<style>
a { background-color: #D3447D; }
a { background-color: rgb(211,68,125); }
div.DivClassName
{
background-color: #D3447D;
}
.BgClassName
{
background-color: #D3447D;
}
</style>
border-color css
<style>
span { border-color: #D3447D; }
span { border-color: rgb(211,68,125); }
td.TdClassName
{
border-color: #D3447D;
}
.TagClassName
{
border-color: #D3447D;
}
</style>