Shades of Cranberry #DC427B
Tints of Cranberry #DC427B
RGB
CMYK
RGB Variations
Color information
#DC427B (or 0xDC427B) is known color: Cranberry. HEX triplet: DC, 42 and 7B. RGB value is (220,66,123). Sum of RGB (Red+Green+Blue) = 220+66+123=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC427B is #23BD84. Grayscale: #767676. Windows color (decimal): -2342277 or 8078044. OLE color: 8078044.
HSL color Cylindrical-coordinate representation of color #DC427B: hue angle of 337.79º 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 #DC427B is Cyan = 0, Magento = 0.7, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 123 | - |
| CMYK | 0 | 0.7 | 0.44 | 0.14 |
| HSL | 337.79º | 0.69% | 0.56% | - |
| HSV(B) | 337.79º | 0.7% | 0.86% | - |
| XYZ | 35.04 | 20.54 | 20.86 | - |
| YUV | 118.54 | 130.52 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 123 | 0 | 0.7 | 0.44 | 0.14 | 337.79 | 0.69 | 0.56 |
| Hex | DC | 42 | 7B | 0 | 46 | 2C | E | 152 | 45 | 38 |
| Octal | 334 | 102 | 173 | 0 | 106 | 54 | 16 | 522 | 105 | 70 |
| Binary | 11011100 | 1000010 | 1111011 | 0 | 1000110 | 101100 | 1110 | 101010010 | 1000101 | 111000 |
Color Harmonies of #DC427B
Complementary color
Monochromatic Colors of #DC427B
Black with #DC427B
Text Example
Text Example
White with #DC427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC427B; }
p { color: rgb(220,66,123); }
H1.HeaderClassName
{
color: #DC427B;
}
.AnyTagClassName
{
color: #DC427B;
}
</style>
background-color css
<style>
a { background-color: #DC427B; }
a { background-color: rgb(220,66,123); }
div.DivClassName
{
background-color: #DC427B;
}
.BgClassName
{
background-color: #DC427B;
}
</style>
border-color css
<style>
span { border-color: #DC427B; }
span { border-color: rgb(220,66,123); }
td.TdClassName
{
border-color: #DC427B;
}
.TagClassName
{
border-color: #DC427B;
}
</style>