Shades of Cranberry #D4487C
Tints of Cranberry #D4487C
RGB
CMYK
RGB Variations
Color information
#D4487C (or 0xD4487C) is known color: Cranberry. HEX triplet: D4, 48 and 7C. RGB value is (212,72,124). Sum of RGB (Red+Green+Blue) = 212+72+124=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D4487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4487C is #2BB783. Grayscale: #777777. Windows color (decimal): -2865028 or 8145108. OLE color: 8145108.
HSL color Cylindrical-coordinate representation of color #D4487C: hue angle of 337.71º 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 #D4487C is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 124 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.17 |
| HSL | 337.71º | 0.62% | 0.56% | - |
| HSV(B) | 337.71º | 0.66% | 0.83% | - |
| XYZ | 33.11 | 20.09 | 21.2 | - |
| YUV | 119.79 | 130.38 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 124 | 0 | 0.66 | 0.42 | 0.17 | 337.71 | 0.62 | 0.56 |
| Hex | D4 | 48 | 7C | 0 | 42 | 2A | 11 | 152 | 3E | 38 |
| Octal | 324 | 110 | 174 | 0 | 102 | 52 | 21 | 522 | 76 | 70 |
| Binary | 11010100 | 1001000 | 1111100 | 0 | 1000010 | 101010 | 10001 | 101010010 | 111110 | 111000 |
Color Harmonies of #D4487C
Complementary color
Monochromatic Colors of #D4487C
Black with #D4487C
Text Example
Text Example
White with #D4487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4487C; }
p { color: rgb(212,72,124); }
H1.HeaderClassName
{
color: #D4487C;
}
.AnyTagClassName
{
color: #D4487C;
}
</style>
background-color css
<style>
a { background-color: #D4487C; }
a { background-color: rgb(212,72,124); }
div.DivClassName
{
background-color: #D4487C;
}
.BgClassName
{
background-color: #D4487C;
}
</style>
border-color css
<style>
span { border-color: #D4487C; }
span { border-color: rgb(212,72,124); }
td.TdClassName
{
border-color: #D4487C;
}
.TagClassName
{
border-color: #D4487C;
}
</style>