Shades of Cranberry #DC437B
Tints of Cranberry #DC437B
RGB
CMYK
RGB Variations
Color information
#DC437B (or 0xDC437B) is known color: Cranberry. HEX triplet: DC, 43 and 7B. RGB value is (220,67,123). Sum of RGB (Red+Green+Blue) = 220+67+123=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC437B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC437B is #23BC84. Grayscale: #777777. Windows color (decimal): -2342021 or 8078300. OLE color: 8078300.
HSL color Cylindrical-coordinate representation of color #DC437B: hue angle of 338.04º 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 #DC437B is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 123 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.14 |
| HSL | 338.04º | 0.69% | 0.56% | - |
| HSV(B) | 338.04º | 0.7% | 0.86% | - |
| XYZ | 35.1 | 20.66 | 20.88 | - |
| YUV | 119.13 | 130.19 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 123 | 0 | 0.70 | 0.44 | 0.14 | 338.04 | 0.69 | 0.56 |
| Hex | DC | 43 | 7B | 0 | 46 | 2C | E | 152 | 45 | 38 |
| Octal | 334 | 103 | 173 | 0 | 106 | 54 | 16 | 522 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1111011 | 0 | 1000110 | 101100 | 1110 | 101010010 | 1000101 | 111000 |
Color Harmonies of #DC437B
Complementary color
Monochromatic Colors of #DC437B
Black with #DC437B
Text Example
Text Example
White with #DC437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC437B; }
p { color: rgb(220,67,123); }
H1.HeaderClassName
{
color: #DC437B;
}
.AnyTagClassName
{
color: #DC437B;
}
</style>
background-color css
<style>
a { background-color: #DC437B; }
a { background-color: rgb(220,67,123); }
div.DivClassName
{
background-color: #DC437B;
}
.BgClassName
{
background-color: #DC437B;
}
</style>
border-color css
<style>
span { border-color: #DC437B; }
span { border-color: rgb(220,67,123); }
td.TdClassName
{
border-color: #DC437B;
}
.TagClassName
{
border-color: #DC437B;
}
</style>