Shades of Cranberry #DC437E
Tints of Cranberry #DC437E
RGB
CMYK
RGB Variations
Color information
#DC437E (or 0xDC437E) is known color: Cranberry. HEX triplet: DC, 43 and 7E. RGB value is (220,67,126). Sum of RGB (Red+Green+Blue) = 220+67+126=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 67 (26.56% from 255 or 16.22% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC437E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC437E is #23BC81. Grayscale: #777777. Windows color (decimal): -2342018 or 8274908. OLE color: 8274908.
HSL color Cylindrical-coordinate representation of color #DC437E: hue angle of 336.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 #DC437E is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 126 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.14 |
| HSL | 336.86º | 0.69% | 0.56% | - |
| HSV(B) | 336.86º | 0.7% | 0.86% | - |
| XYZ | 35.29 | 20.74 | 21.88 | - |
| YUV | 119.47 | 131.69 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 126 | 0 | 0.70 | 0.43 | 0.14 | 336.86 | 0.69 | 0.56 |
| Hex | DC | 43 | 7E | 0 | 46 | 2B | E | 151 | 45 | 38 |
| Octal | 334 | 103 | 176 | 0 | 106 | 53 | 16 | 521 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1111110 | 0 | 1000110 | 101011 | 1110 | 101010001 | 1000101 | 111000 |
Color Harmonies of #DC437E
Complementary color
Monochromatic Colors of #DC437E
Black with #DC437E
Text Example
Text Example
White with #DC437E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC437E; }
p { color: rgb(220,67,126); }
H1.HeaderClassName
{
color: #DC437E;
}
.AnyTagClassName
{
color: #DC437E;
}
</style>
background-color css
<style>
a { background-color: #DC437E; }
a { background-color: rgb(220,67,126); }
div.DivClassName
{
background-color: #DC437E;
}
.BgClassName
{
background-color: #DC437E;
}
</style>
border-color css
<style>
span { border-color: #DC437E; }
span { border-color: rgb(220,67,126); }
td.TdClassName
{
border-color: #DC437E;
}
.TagClassName
{
border-color: #DC437E;
}
</style>