Html Css Color HEX #DC7079 Froly

📋 copy color: '#DC7079'

red 220 ◦ green 112 ◦ blue 121

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

Shades of Froly #DC7079

Tints of Froly #DC7079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.72%

 BLUE value IS 121 (47.66% from 255) = 26.71%

R = 48.57%
G = 24.72%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC7079 (or 0xDC7079) is known color: Froly. HEX triplet: DC, 70 and 79. RGB value is (220,112,121). Sum of RGB (Red+Green+Blue) = 220+112+121=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7079 is #238F86. Grayscale: #919191. Windows color (decimal): -2330503 or 7958748. OLE color: 7958748.

HSL color Cylindrical-coordinate representation of color #DC7079: hue angle of 355º 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 #DC7079 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 112 121 -
CMYK 0 0.49 0.45 0.14
HSL 355º 0.61% 0.65% -
HSV(B) 355º 0.49% 0.86% -
XYZ 38.76 28.18 21.49 -
YUV 145.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 220 112 121 0 0.49 0.45 0.14 355 0.61 0.65
Hex DC 70 79 0 31 2D E 163 3D 41
Octal 334 160 171 0 61 55 16 543 75 101
Binary 11011100 1110000 1111001 0 110001 101101 1110 101100011 111101 1000001

Color Harmonies of #DC7079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7079

Black with #DC7079

Text Example


Text Example

White with #DC7079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7079; }

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

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

background-color css

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

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

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

border-color css

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

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

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