Shades of Cranberry #DC426C
Tints of Cranberry #DC426C
RGB
CMYK
RGB Variations
Color information
#DC426C (or 0xDC426C) is known color: Cranberry. HEX triplet: DC, 42 and 6C. RGB value is (220,66,108). Sum of RGB (Red+Green+Blue) = 220+66+108=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC426C is #23BD93. Grayscale: #747474. Windows color (decimal): -2342292 or 7095004. OLE color: 7095004.
HSL color Cylindrical-coordinate representation of color #DC426C: hue angle of 343.64º 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 #DC426C is Cyan = 0, Magento = 0.7, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 108 | - |
| CMYK | 0 | 0.7 | 0.51 | 0.14 |
| HSL | 343.64º | 0.69% | 0.56% | - |
| HSV(B) | 343.64º | 0.7% | 0.86% | - |
| XYZ | 34.17 | 20.19 | 16.28 | - |
| YUV | 116.83 | 123.02 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 108 | 0 | 0.7 | 0.51 | 0.14 | 343.64 | 0.69 | 0.56 |
| Hex | DC | 42 | 6C | 0 | 46 | 33 | E | 158 | 45 | 38 |
| Octal | 334 | 102 | 154 | 0 | 106 | 63 | 16 | 530 | 105 | 70 |
| Binary | 11011100 | 1000010 | 1101100 | 0 | 1000110 | 110011 | 1110 | 101011000 | 1000101 | 111000 |
Color Harmonies of #DC426C
Complementary color
Monochromatic Colors of #DC426C
Black with #DC426C
Text Example
Text Example
White with #DC426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC426C; }
p { color: rgb(220,66,108); }
H1.HeaderClassName
{
color: #DC426C;
}
.AnyTagClassName
{
color: #DC426C;
}
</style>
background-color css
<style>
a { background-color: #DC426C; }
a { background-color: rgb(220,66,108); }
div.DivClassName
{
background-color: #DC426C;
}
.BgClassName
{
background-color: #DC426C;
}
</style>
border-color css
<style>
span { border-color: #DC426C; }
span { border-color: rgb(220,66,108); }
td.TdClassName
{
border-color: #DC426C;
}
.TagClassName
{
border-color: #DC426C;
}
</style>