Shades of Cranberry #D35478
Tints of Cranberry #D35478
RGB
CMYK
RGB Variations
Color information
#D35478 (or 0xD35478) is known color: Cranberry. HEX triplet: D3, 54 and 78. RGB value is (211,84,120). Sum of RGB (Red+Green+Blue) = 211+84+120=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D35478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35478 is #2CAB87. Grayscale: #7E7E7E. Windows color (decimal): -2927496 or 7886035. OLE color: 7886035.
HSL color Cylindrical-coordinate representation of color #D35478: hue angle of 342.99º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D35478 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 84 | 120 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.17 |
| HSL | 342.99º | 0.59% | 0.58% | - |
| HSV(B) | 342.99º | 0.6% | 0.83% | - |
| XYZ | 33.42 | 21.55 | 20.17 | - |
| YUV | 126.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 84 | 120 | 0 | 0.60 | 0.43 | 0.17 | 342.99 | 0.59 | 0.58 |
| Hex | D3 | 54 | 78 | 0 | 3C | 2B | 11 | 157 | 3B | 3A |
| Octal | 323 | 124 | 170 | 0 | 74 | 53 | 21 | 527 | 73 | 72 |
| Binary | 11010011 | 1010100 | 1111000 | 0 | 111100 | 101011 | 10001 | 101010111 | 111011 | 111010 |
Color Harmonies of #D35478
Complementary color
Monochromatic Colors of #D35478
Black with #D35478
Text Example
Text Example
White with #D35478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35478; }
p { color: rgb(211,84,120); }
H1.HeaderClassName
{
color: #D35478;
}
.AnyTagClassName
{
color: #D35478;
}
</style>
background-color css
<style>
a { background-color: #D35478; }
a { background-color: rgb(211,84,120); }
div.DivClassName
{
background-color: #D35478;
}
.BgClassName
{
background-color: #D35478;
}
</style>
border-color css
<style>
span { border-color: #D35478; }
span { border-color: rgb(211,84,120); }
td.TdClassName
{
border-color: #D35478;
}
.TagClassName
{
border-color: #D35478;
}
</style>