Shades of Cranberry #DC487D
Tints of Cranberry #DC487D
RGB
CMYK
RGB Variations
Color information
#DC487D (or 0xDC487D) is known color: Cranberry. HEX triplet: DC, 48 and 7D. RGB value is (220,72,125). Sum of RGB (Red+Green+Blue) = 220+72+125=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC487D is #23B782. Grayscale: #7A7A7A. Windows color (decimal): -2340739 or 8210652. OLE color: 8210652.
HSL color Cylindrical-coordinate representation of color #DC487D: hue angle of 338.51º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC487D is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 125 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.14 |
| HSL | 338.51º | 0.68% | 0.57% | - |
| HSV(B) | 338.51º | 0.67% | 0.86% | - |
| XYZ | 35.53 | 21.33 | 21.65 | - |
| YUV | 122.29 | 129.53 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 125 | 0 | 0.67 | 0.43 | 0.14 | 338.51 | 0.68 | 0.57 |
| Hex | DC | 48 | 7D | 0 | 43 | 2B | E | 153 | 44 | 39 |
| Octal | 334 | 110 | 175 | 0 | 103 | 53 | 16 | 523 | 104 | 71 |
| Binary | 11011100 | 1001000 | 1111101 | 0 | 1000011 | 101011 | 1110 | 101010011 | 1000100 | 111001 |
Color Harmonies of #DC487D
Complementary color
Monochromatic Colors of #DC487D
Black with #DC487D
Text Example
Text Example
White with #DC487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC487D; }
p { color: rgb(220,72,125); }
H1.HeaderClassName
{
color: #DC487D;
}
.AnyTagClassName
{
color: #DC487D;
}
</style>
background-color css
<style>
a { background-color: #DC487D; }
a { background-color: rgb(220,72,125); }
div.DivClassName
{
background-color: #DC487D;
}
.BgClassName
{
background-color: #DC487D;
}
</style>
border-color css
<style>
span { border-color: #DC487D; }
span { border-color: rgb(220,72,125); }
td.TdClassName
{
border-color: #DC487D;
}
.TagClassName
{
border-color: #DC487D;
}
</style>