Shades of Cranberry #DC426E
Tints of Cranberry #DC426E
RGB
CMYK
RGB Variations
Color information
#DC426E (or 0xDC426E) is known color: Cranberry. HEX triplet: DC, 42 and 6E. RGB value is (220,66,110). Sum of RGB (Red+Green+Blue) = 220+66+110=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC426E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC426E is #23BD91. Grayscale: #757575. Windows color (decimal): -2342290 or 7226076. OLE color: 7226076.
HSL color Cylindrical-coordinate representation of color #DC426E: hue angle of 342.86º 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 #DC426E is Cyan = 0, Magento = 0.7, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 110 | - |
| CMYK | 0 | 0.7 | 0.50 | 0.14 |
| HSL | 342.86º | 0.69% | 0.56% | - |
| HSV(B) | 342.86º | 0.7% | 0.86% | - |
| XYZ | 34.28 | 20.24 | 16.85 | - |
| YUV | 117.06 | 124.02 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 110 | 0 | 0.7 | 0.50 | 0.14 | 342.86 | 0.69 | 0.56 |
| Hex | DC | 42 | 6E | 0 | 46 | 32 | E | 157 | 45 | 38 |
| Octal | 334 | 102 | 156 | 0 | 106 | 62 | 16 | 527 | 105 | 70 |
| Binary | 11011100 | 1000010 | 1101110 | 0 | 1000110 | 110010 | 1110 | 101010111 | 1000101 | 111000 |
Color Harmonies of #DC426E
Complementary color
Monochromatic Colors of #DC426E
Black with #DC426E
Text Example
Text Example
White with #DC426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC426E; }
p { color: rgb(220,66,110); }
H1.HeaderClassName
{
color: #DC426E;
}
.AnyTagClassName
{
color: #DC426E;
}
</style>
background-color css
<style>
a { background-color: #DC426E; }
a { background-color: rgb(220,66,110); }
div.DivClassName
{
background-color: #DC426E;
}
.BgClassName
{
background-color: #DC426E;
}
</style>
border-color css
<style>
span { border-color: #DC426E; }
span { border-color: rgb(220,66,110); }
td.TdClassName
{
border-color: #DC426E;
}
.TagClassName
{
border-color: #DC426E;
}
</style>