Shades of Cranberry #D3447B
Tints of Cranberry #D3447B
RGB
CMYK
RGB Variations
Color information
#D3447B (or 0xD3447B) is known color: Cranberry. HEX triplet: D3, 44 and 7B. RGB value is (211,68,123). Sum of RGB (Red+Green+Blue) = 211+68+123=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D3447B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3447B is #2CBB84. Grayscale: #747474. Windows color (decimal): -2931589 or 8078547. OLE color: 8078547.
HSL color Cylindrical-coordinate representation of color #D3447B: hue angle of 336.92º 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 #D3447B is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 123 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.17 |
| HSL | 336.92º | 0.62% | 0.55% | - |
| HSV(B) | 336.92º | 0.68% | 0.83% | - |
| XYZ | 32.51 | 19.41 | 20.77 | - |
| YUV | 117.03 | 131.38 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 123 | 0 | 0.68 | 0.42 | 0.17 | 336.92 | 0.62 | 0.55 |
| Hex | D3 | 44 | 7B | 0 | 44 | 2A | 11 | 151 | 3E | 37 |
| Octal | 323 | 104 | 173 | 0 | 104 | 52 | 21 | 521 | 76 | 67 |
| Binary | 11010011 | 1000100 | 1111011 | 0 | 1000100 | 101010 | 10001 | 101010001 | 111110 | 110111 |
Color Harmonies of #D3447B
Complementary color
Monochromatic Colors of #D3447B
Black with #D3447B
Text Example
Text Example
White with #D3447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3447B; }
p { color: rgb(211,68,123); }
H1.HeaderClassName
{
color: #D3447B;
}
.AnyTagClassName
{
color: #D3447B;
}
</style>
background-color css
<style>
a { background-color: #D3447B; }
a { background-color: rgb(211,68,123); }
div.DivClassName
{
background-color: #D3447B;
}
.BgClassName
{
background-color: #D3447B;
}
</style>
border-color css
<style>
span { border-color: #D3447B; }
span { border-color: rgb(211,68,123); }
td.TdClassName
{
border-color: #D3447B;
}
.TagClassName
{
border-color: #D3447B;
}
</style>