Shades of Cranberry #DC4380
Tints of Cranberry #DC4380
RGB
CMYK
RGB Variations
Color information
#DC4380 (or 0xDC4380) is known color: Cranberry. HEX triplet: DC, 43 and 80. RGB value is (220,67,128). Sum of RGB (Red+Green+Blue) = 220+67+128=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4380 is #23BC7F. Grayscale: #777777. Windows color (decimal): -2342016 or 8405980. OLE color: 8405980.
HSL color Cylindrical-coordinate representation of color #DC4380: hue angle of 336.08º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4380 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 128 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.14 |
| HSL | 336.08º | 0.69% | 0.56% | - |
| HSV(B) | 336.08º | 0.7% | 0.86% | - |
| XYZ | 35.42 | 20.79 | 22.57 | - |
| YUV | 119.7 | 132.69 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 128 | 0 | 0.70 | 0.42 | 0.14 | 336.08 | 0.69 | 0.56 |
| Hex | DC | 43 | 80 | 0 | 46 | 2A | E | 150 | 45 | 38 |
| Octal | 334 | 103 | 200 | 0 | 106 | 52 | 16 | 520 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10000000 | 0 | 1000110 | 101010 | 1110 | 101010000 | 1000101 | 111000 |
Color Harmonies of #DC4380
Complementary color
Monochromatic Colors of #DC4380
Black with #DC4380
Text Example
Text Example
White with #DC4380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4380; }
p { color: rgb(220,67,128); }
H1.HeaderClassName
{
color: #DC4380;
}
.AnyTagClassName
{
color: #DC4380;
}
</style>
background-color css
<style>
a { background-color: #DC4380; }
a { background-color: rgb(220,67,128); }
div.DivClassName
{
background-color: #DC4380;
}
.BgClassName
{
background-color: #DC4380;
}
</style>
border-color css
<style>
span { border-color: #DC4380; }
span { border-color: rgb(220,67,128); }
td.TdClassName
{
border-color: #DC4380;
}
.TagClassName
{
border-color: #DC4380;
}
</style>