Shades of Cranberry #DC4B7E
Tints of Cranberry #DC4B7E
RGB
CMYK
RGB Variations
Color information
#DC4B7E (or 0xDC4B7E) is known color: Cranberry. HEX triplet: DC, 4B and 7E. RGB value is (220,75,126). Sum of RGB (Red+Green+Blue) = 220+75+126=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4B7E is #23B481. Grayscale: #7C7C7C. Windows color (decimal): -2339970 or 8276956. OLE color: 8276956.
HSL color Cylindrical-coordinate representation of color #DC4B7E: hue angle of 338.9º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4B7E is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 126 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.14 |
| HSL | 338.9º | 0.67% | 0.58% | - |
| HSV(B) | 338.9º | 0.66% | 0.86% | - |
| XYZ | 35.8 | 21.75 | 22.05 | - |
| YUV | 124.17 | 129.04 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 126 | 0 | 0.66 | 0.43 | 0.14 | 338.9 | 0.67 | 0.58 |
| Hex | DC | 4B | 7E | 0 | 42 | 2B | E | 153 | 43 | 3A |
| Octal | 334 | 113 | 176 | 0 | 102 | 53 | 16 | 523 | 103 | 72 |
| Binary | 11011100 | 1001011 | 1111110 | 0 | 1000010 | 101011 | 1110 | 101010011 | 1000011 | 111010 |
Color Harmonies of #DC4B7E
Complementary color
Monochromatic Colors of #DC4B7E
Black with #DC4B7E
Text Example
Text Example
White with #DC4B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B7E; }
p { color: rgb(220,75,126); }
H1.HeaderClassName
{
color: #DC4B7E;
}
.AnyTagClassName
{
color: #DC4B7E;
}
</style>
background-color css
<style>
a { background-color: #DC4B7E; }
a { background-color: rgb(220,75,126); }
div.DivClassName
{
background-color: #DC4B7E;
}
.BgClassName
{
background-color: #DC4B7E;
}
</style>
border-color css
<style>
span { border-color: #DC4B7E; }
span { border-color: rgb(220,75,126); }
td.TdClassName
{
border-color: #DC4B7E;
}
.TagClassName
{
border-color: #DC4B7E;
}
</style>