Shades of Cranberry #DC527D
Tints of Cranberry #DC527D
RGB
CMYK
RGB Variations
Color information
#DC527D (or 0xDC527D) is known color: Cranberry. HEX triplet: DC, 52 and 7D. RGB value is (220,82,125). Sum of RGB (Red+Green+Blue) = 220+82+125=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC527D is #23AD82. Grayscale: #808080. Windows color (decimal): -2338179 or 8213212. OLE color: 8213212.
HSL color Cylindrical-coordinate representation of color #DC527D: hue angle of 341.3º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC527D is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 125 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.14 |
| HSL | 341.3º | 0.66% | 0.59% | - |
| HSV(B) | 341.3º | 0.63% | 0.86% | - |
| XYZ | 36.23 | 22.73 | 21.88 | - |
| YUV | 128.16 | 126.22 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 125 | 0 | 0.63 | 0.43 | 0.14 | 341.3 | 0.66 | 0.59 |
| Hex | DC | 52 | 7D | 0 | 3F | 2B | E | 155 | 42 | 3B |
| Octal | 334 | 122 | 175 | 0 | 77 | 53 | 16 | 525 | 102 | 73 |
| Binary | 11011100 | 1010010 | 1111101 | 0 | 111111 | 101011 | 1110 | 101010101 | 1000010 | 111011 |
Color Harmonies of #DC527D
Complementary color
Monochromatic Colors of #DC527D
Black with #DC527D
Text Example
Text Example
White with #DC527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC527D; }
p { color: rgb(220,82,125); }
H1.HeaderClassName
{
color: #DC527D;
}
.AnyTagClassName
{
color: #DC527D;
}
</style>
background-color css
<style>
a { background-color: #DC527D; }
a { background-color: rgb(220,82,125); }
div.DivClassName
{
background-color: #DC527D;
}
.BgClassName
{
background-color: #DC527D;
}
</style>
border-color css
<style>
span { border-color: #DC527D; }
span { border-color: rgb(220,82,125); }
td.TdClassName
{
border-color: #DC527D;
}
.TagClassName
{
border-color: #DC527D;
}
</style>