Shades of Cranberry #DC426D
Tints of Cranberry #DC426D
RGB
CMYK
RGB Variations
Color information
#DC426D (or 0xDC426D) is known color: Cranberry. HEX triplet: DC, 42 and 6D. RGB value is (220,66,109). Sum of RGB (Red+Green+Blue) = 220+66+109=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC426D is #23BD92. Grayscale: #747474. Windows color (decimal): -2342291 or 7160540. OLE color: 7160540.
HSL color Cylindrical-coordinate representation of color #DC426D: hue angle of 343.25º 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 #DC426D is Cyan = 0, Magento = 0.7, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 109 | - |
| CMYK | 0 | 0.7 | 0.50 | 0.14 |
| HSL | 343.25º | 0.69% | 0.56% | - |
| HSV(B) | 343.25º | 0.7% | 0.86% | - |
| XYZ | 34.22 | 20.22 | 16.57 | - |
| YUV | 116.95 | 123.52 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 109 | 0 | 0.7 | 0.50 | 0.14 | 343.25 | 0.69 | 0.56 |
| Hex | DC | 42 | 6D | 0 | 46 | 32 | E | 157 | 45 | 38 |
| Octal | 334 | 102 | 155 | 0 | 106 | 62 | 16 | 527 | 105 | 70 |
| Binary | 11011100 | 1000010 | 1101101 | 0 | 1000110 | 110010 | 1110 | 101010111 | 1000101 | 111000 |
Color Harmonies of #DC426D
Complementary color
Monochromatic Colors of #DC426D
Black with #DC426D
Text Example
Text Example
White with #DC426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC426D; }
p { color: rgb(220,66,109); }
H1.HeaderClassName
{
color: #DC426D;
}
.AnyTagClassName
{
color: #DC426D;
}
</style>
background-color css
<style>
a { background-color: #DC426D; }
a { background-color: rgb(220,66,109); }
div.DivClassName
{
background-color: #DC426D;
}
.BgClassName
{
background-color: #DC426D;
}
</style>
border-color css
<style>
span { border-color: #DC426D; }
span { border-color: rgb(220,66,109); }
td.TdClassName
{
border-color: #DC426D;
}
.TagClassName
{
border-color: #DC426D;
}
</style>