Shades of Cranberry #DC427A
Tints of Cranberry #DC427A
RGB
CMYK
RGB Variations
Color information
#DC427A (or 0xDC427A) is known color: Cranberry. HEX triplet: DC, 42 and 7A. RGB value is (220,66,122). Sum of RGB (Red+Green+Blue) = 220+66+122=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC427A is #23BD85. Grayscale: #767676. Windows color (decimal): -2342278 or 8012508. OLE color: 8012508.
HSL color Cylindrical-coordinate representation of color #DC427A: hue angle of 338.18º 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 #DC427A is Cyan = 0, Magento = 0.7, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 122 | - |
| CMYK | 0 | 0.7 | 0.45 | 0.14 |
| HSL | 338.18º | 0.69% | 0.56% | - |
| HSV(B) | 338.18º | 0.7% | 0.86% | - |
| XYZ | 34.98 | 20.52 | 20.53 | - |
| YUV | 118.43 | 130.02 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 122 | 0 | 0.7 | 0.45 | 0.14 | 338.18 | 0.69 | 0.56 |
| Hex | DC | 42 | 7A | 0 | 46 | 2D | E | 152 | 45 | 38 |
| Octal | 334 | 102 | 172 | 0 | 106 | 55 | 16 | 522 | 105 | 70 |
| Binary | 11011100 | 1000010 | 1111010 | 0 | 1000110 | 101101 | 1110 | 101010010 | 1000101 | 111000 |
Color Harmonies of #DC427A
Complementary color
Monochromatic Colors of #DC427A
Black with #DC427A
Text Example
Text Example
White with #DC427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC427A; }
p { color: rgb(220,66,122); }
H1.HeaderClassName
{
color: #DC427A;
}
.AnyTagClassName
{
color: #DC427A;
}
</style>
background-color css
<style>
a { background-color: #DC427A; }
a { background-color: rgb(220,66,122); }
div.DivClassName
{
background-color: #DC427A;
}
.BgClassName
{
background-color: #DC427A;
}
</style>
border-color css
<style>
span { border-color: #DC427A; }
span { border-color: rgb(220,66,122); }
td.TdClassName
{
border-color: #DC427A;
}
.TagClassName
{
border-color: #DC427A;
}
</style>