Shades of Geraldine #DC7272
Tints of Geraldine #DC7272
RGB
CMYK
RGB Variations
Color information
#DC7272 (or 0xDC7272) is known color: Geraldine. HEX triplet: DC, 72 and 72. RGB value is (220,114,114). Sum of RGB (Red+Green+Blue) = 220+114+114=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7272 is #238D8D. Grayscale: #919191. Windows color (decimal): -2329998 or 7500508. OLE color: 7500508.
HSL color Cylindrical-coordinate representation of color #DC7272: hue angle of 0º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7272 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 114 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.14 |
| HSL | 0º | 0.6% | 0.65% | - |
| HSV(B) | 0º | 0.48% | 0.86% | - |
| XYZ | 38.57 | 28.47 | 19.38 | - |
| YUV | 145.69 | 110.12 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 114 | 0 | 0.48 | 0.48 | 0.14 | 0 | 0.6 | 0.65 |
| Hex | DC | 72 | 72 | 0 | 30 | 30 | E | 0 | 3C | 41 |
| Octal | 334 | 162 | 162 | 0 | 60 | 60 | 16 | 0 | 74 | 101 |
| Binary | 11011100 | 1110010 | 1110010 | 0 | 110000 | 110000 | 1110 | 0 | 111100 | 1000001 |
Color Harmonies of #DC7272
Complementary color
Monochromatic Colors of #DC7272
Black with #DC7272
Text Example
Text Example
White with #DC7272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7272; }
p { color: rgb(220,114,114); }
H1.HeaderClassName
{
color: #DC7272;
}
.AnyTagClassName
{
color: #DC7272;
}
</style>
background-color css
<style>
a { background-color: #DC7272; }
a { background-color: rgb(220,114,114); }
div.DivClassName
{
background-color: #DC7272;
}
.BgClassName
{
background-color: #DC7272;
}
</style>
border-color css
<style>
span { border-color: #DC7272; }
span { border-color: rgb(220,114,114); }
td.TdClassName
{
border-color: #DC7272;
}
.TagClassName
{
border-color: #DC7272;
}
</style>