Shades of Cranberry #DC4273
Tints of Cranberry #DC4273
RGB
CMYK
RGB Variations
Color information
#DC4273 (or 0xDC4273) is known color: Cranberry. HEX triplet: DC, 42 and 73. RGB value is (220,66,115). Sum of RGB (Red+Green+Blue) = 220+66+115=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4273 is #23BD8C. Grayscale: #757575. Windows color (decimal): -2342285 or 7553756. OLE color: 7553756.
HSL color Cylindrical-coordinate representation of color #DC4273: hue angle of 340.91º 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 #DC4273 is Cyan = 0, Magento = 0.7, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 115 | - |
| CMYK | 0 | 0.7 | 0.48 | 0.14 |
| HSL | 340.91º | 0.69% | 0.56% | - |
| HSV(B) | 340.91º | 0.7% | 0.86% | - |
| XYZ | 34.56 | 20.35 | 18.33 | - |
| YUV | 117.63 | 126.52 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 115 | 0 | 0.7 | 0.48 | 0.14 | 340.91 | 0.69 | 0.56 |
| Hex | DC | 42 | 73 | 0 | 46 | 30 | E | 155 | 45 | 38 |
| Octal | 334 | 102 | 163 | 0 | 106 | 60 | 16 | 525 | 105 | 70 |
| Binary | 11011100 | 1000010 | 1110011 | 0 | 1000110 | 110000 | 1110 | 101010101 | 1000101 | 111000 |
Color Harmonies of #DC4273
Complementary color
Monochromatic Colors of #DC4273
Black with #DC4273
Text Example
Text Example
White with #DC4273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4273; }
p { color: rgb(220,66,115); }
H1.HeaderClassName
{
color: #DC4273;
}
.AnyTagClassName
{
color: #DC4273;
}
</style>
background-color css
<style>
a { background-color: #DC4273; }
a { background-color: rgb(220,66,115); }
div.DivClassName
{
background-color: #DC4273;
}
.BgClassName
{
background-color: #DC4273;
}
</style>
border-color css
<style>
span { border-color: #DC4273; }
span { border-color: rgb(220,66,115); }
td.TdClassName
{
border-color: #DC4273;
}
.TagClassName
{
border-color: #DC4273;
}
</style>