Html Css Color HEX #DC7379 Froly

📋 copy color: '#DC7379'

red 220 ◦ green 115 ◦ blue 121

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

Shades of Froly #DC7379

Tints of Froly #DC7379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.22%

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

R = 48.25%
G = 25.22%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC7379 (or 0xDC7379) is known color: Froly. HEX triplet: DC, 73 and 79. RGB value is (220,115,121). Sum of RGB (Red+Green+Blue) = 220+115+121=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7379 is #238C86. Grayscale: #939393. Windows color (decimal): -2329735 or 7959516. OLE color: 7959516.

HSL color Cylindrical-coordinate representation of color #DC7379: hue angle of 356.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7379 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 115 121 -
CMYK 0 0.48 0.45 0.14
HSL 356.57º 0.6% 0.66% -
HSV(B) 356.57º 0.48% 0.86% -
XYZ 39.1 28.86 21.6 -
YUV 147.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 220 115 121 0 0.48 0.45 0.14 356.57 0.6 0.66
Hex DC 73 79 0 30 2D E 165 3C 42
Octal 334 163 171 0 60 55 16 545 74 102
Binary 11011100 1110011 1111001 0 110000 101101 1110 101100101 111100 1000010

Color Harmonies of #DC7379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7379

Black with #DC7379

Text Example


Text Example

White with #DC7379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7379; }

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

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

background-color css

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

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

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

border-color css

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

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

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