Html Css Color HEX #DC7570 Geraldine

📋 copy color: '#DC7570'

red 220 ◦ green 117 ◦ blue 112

#DC7570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geraldine #DC7570

Tints of Geraldine #DC7570

RGB

 RED value IS 220 (86.33% from 255) = 49%

 GREEN value IS 117 (46.09% from 255) = 26.06%

 BLUE value IS 112 (44.14% from 255) = 24.94%

R = 49%
G = 26.06%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC7570 (or 0xDC7570) is known color: Geraldine. HEX triplet: DC, 75 and 70. RGB value is (220,117,112). Sum of RGB (Red+Green+Blue) = 220+117+112=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7570 is #238A8F. Grayscale: #939393. Windows color (decimal): -2329232 or 7370204. OLE color: 7370204.

HSL color Cylindrical-coordinate representation of color #DC7570: hue angle of 2.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7570 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 117 112 -
CMYK 0 0.47 0.49 0.14
HSL 2.78º 0.61% 0.65% -
HSV(B) 2.78º 0.49% 0.86% -
XYZ 38.8 29.11 18.9 -
YUV 147.23 108.12 179.91 -
System Red Green Blue C M Y K H S L
Decimal 220 117 112 0 0.47 0.49 0.14 2.78 0.61 0.65
Hex DC 75 70 0 2F 31 E 3 3D 41
Octal 334 165 160 0 57 61 16 3 75 101
Binary 11011100 1110101 1110000 0 101111 110001 1110 11 111101 1000001

Color Harmonies of #DC7570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7570

Black with #DC7570

Text Example


Text Example

White with #DC7570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7570; }

 p { color: rgb(220,117,112); }

 H1.HeaderClassName
 {
   color: #DC7570;
 }
 .AnyTagClassName
 {
   color: #DC7570;
 }
</style>

background-color css

<style>
 a { background-color: #DC7570; }

 a { background-color: rgb(220,117,112); }

 div.DivClassName
 {
   background-color: #DC7570;
 }
 .BgClassName
 {
   background-color: #DC7570;
 }
</style>

border-color css

<style>
 span { border-color: #DC7570; }

 span { border-color: rgb(220,117,112); }

 td.TdClassName
 {
   border-color: #DC7570;
 }
 .TagClassName
 {
   border-color: #DC7570;
 }
</style>