Shades of Cranberry #DC436D
Tints of Cranberry #DC436D
RGB
CMYK
RGB Variations
Color information
#DC436D (or 0xDC436D) is known color: Cranberry. HEX triplet: DC, 43 and 6D. RGB value is (220,67,109). Sum of RGB (Red+Green+Blue) = 220+67+109=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC436D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC436D is #23BC92. Grayscale: #757575. Windows color (decimal): -2342035 or 7160796. OLE color: 7160796.
HSL color Cylindrical-coordinate representation of color #DC436D: hue angle of 343.53º 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 #DC436D is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 109 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.14 |
| HSL | 343.53º | 0.69% | 0.56% | - |
| HSV(B) | 343.53º | 0.7% | 0.86% | - |
| XYZ | 34.28 | 20.33 | 16.59 | - |
| YUV | 117.54 | 123.19 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 109 | 0 | 0.70 | 0.50 | 0.14 | 343.53 | 0.69 | 0.56 |
| Hex | DC | 43 | 6D | 0 | 46 | 32 | E | 158 | 45 | 38 |
| Octal | 334 | 103 | 155 | 0 | 106 | 62 | 16 | 530 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1101101 | 0 | 1000110 | 110010 | 1110 | 101011000 | 1000101 | 111000 |
Color Harmonies of #DC436D
Complementary color
Monochromatic Colors of #DC436D
Black with #DC436D
Text Example
Text Example
White with #DC436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC436D; }
p { color: rgb(220,67,109); }
H1.HeaderClassName
{
color: #DC436D;
}
.AnyTagClassName
{
color: #DC436D;
}
</style>
background-color css
<style>
a { background-color: #DC436D; }
a { background-color: rgb(220,67,109); }
div.DivClassName
{
background-color: #DC436D;
}
.BgClassName
{
background-color: #DC436D;
}
</style>
border-color css
<style>
span { border-color: #DC436D; }
span { border-color: rgb(220,67,109); }
td.TdClassName
{
border-color: #DC436D;
}
.TagClassName
{
border-color: #DC436D;
}
</style>