Shades of Cranberry #D4487B
Tints of Cranberry #D4487B
RGB
CMYK
RGB Variations
Color information
#D4487B (or 0xD4487B) is known color: Cranberry. HEX triplet: D4, 48 and 7B. RGB value is (212,72,123). Sum of RGB (Red+Green+Blue) = 212+72+123=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D4487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4487B is #2BB784. Grayscale: #777777. Windows color (decimal): -2865029 or 8079572. OLE color: 8079572.
HSL color Cylindrical-coordinate representation of color #D4487B: hue angle of 338.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4487B is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 123 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.17 |
| HSL | 338.14º | 0.62% | 0.56% | - |
| HSV(B) | 338.14º | 0.66% | 0.83% | - |
| XYZ | 33.04 | 20.06 | 20.87 | - |
| YUV | 119.67 | 129.88 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 123 | 0 | 0.66 | 0.42 | 0.17 | 338.14 | 0.62 | 0.56 |
| Hex | D4 | 48 | 7B | 0 | 42 | 2A | 11 | 152 | 3E | 38 |
| Octal | 324 | 110 | 173 | 0 | 102 | 52 | 21 | 522 | 76 | 70 |
| Binary | 11010100 | 1001000 | 1111011 | 0 | 1000010 | 101010 | 10001 | 101010010 | 111110 | 111000 |
Color Harmonies of #D4487B
Complementary color
Monochromatic Colors of #D4487B
Black with #D4487B
Text Example
Text Example
White with #D4487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4487B; }
p { color: rgb(212,72,123); }
H1.HeaderClassName
{
color: #D4487B;
}
.AnyTagClassName
{
color: #D4487B;
}
</style>
background-color css
<style>
a { background-color: #D4487B; }
a { background-color: rgb(212,72,123); }
div.DivClassName
{
background-color: #D4487B;
}
.BgClassName
{
background-color: #D4487B;
}
</style>
border-color css
<style>
span { border-color: #D4487B; }
span { border-color: rgb(212,72,123); }
td.TdClassName
{
border-color: #D4487B;
}
.TagClassName
{
border-color: #D4487B;
}
</style>