Shades of Cranberry #DC3F7C
Tints of Cranberry #DC3F7C
RGB
CMYK
RGB Variations
Color information
#DC3F7C (or 0xDC3F7C) is known color: Cranberry. HEX triplet: DC, 3F and 7C. RGB value is (220,63,124). Sum of RGB (Red+Green+Blue) = 220+63+124=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F7C is #23C083. Grayscale: #747474. Windows color (decimal): -2343044 or 8142812. OLE color: 8142812.
HSL color Cylindrical-coordinate representation of color #DC3F7C: hue angle of 336.69º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3F7C is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 124 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.14 |
| HSL | 336.69º | 0.69% | 0.55% | - |
| HSV(B) | 336.69º | 0.71% | 0.86% | - |
| XYZ | 34.93 | 20.23 | 21.13 | - |
| YUV | 116.9 | 132.01 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 124 | 0 | 0.71 | 0.44 | 0.14 | 336.69 | 0.69 | 0.55 |
| Hex | DC | 3F | 7C | 0 | 47 | 2C | E | 151 | 45 | 37 |
| Octal | 334 | 77 | 174 | 0 | 107 | 54 | 16 | 521 | 105 | 67 |
| Binary | 11011100 | 111111 | 1111100 | 0 | 1000111 | 101100 | 1110 | 101010001 | 1000101 | 110111 |
Color Harmonies of #DC3F7C
Complementary color
Monochromatic Colors of #DC3F7C
Black with #DC3F7C
Text Example
Text Example
White with #DC3F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F7C; }
p { color: rgb(220,63,124); }
H1.HeaderClassName
{
color: #DC3F7C;
}
.AnyTagClassName
{
color: #DC3F7C;
}
</style>
background-color css
<style>
a { background-color: #DC3F7C; }
a { background-color: rgb(220,63,124); }
div.DivClassName
{
background-color: #DC3F7C;
}
.BgClassName
{
background-color: #DC3F7C;
}
</style>
border-color css
<style>
span { border-color: #DC3F7C; }
span { border-color: rgb(220,63,124); }
td.TdClassName
{
border-color: #DC3F7C;
}
.TagClassName
{
border-color: #DC3F7C;
}
</style>