Html Css Color HEX #DC7279 Froly

📋 copy color: '#DC7279'

red 220 ◦ green 114 ◦ blue 121

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

Shades of Froly #DC7279

Tints of Froly #DC7279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.05%

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

R = 48.35%
G = 25.05%
B = 26.59%

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

#DC7279 (or 0xDC7279) is known color: Froly. HEX triplet: DC, 72 and 79. RGB value is (220,114,121). Sum of RGB (Red+Green+Blue) = 220+114+121=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7279 is #238D86. Grayscale: #929292. Windows color (decimal): -2329991 or 7959260. OLE color: 7959260.

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

Color convert

RGB 220 114 121 -
CMYK 0 0.48 0.45 0.14
HSL 356.04º 0.6% 0.65% -
HSV(B) 356.04º 0.48% 0.86% -
XYZ 38.98 28.63 21.56 -
YUV 146.49 113.62 180.43 -
System Red Green Blue C M Y K H S L
Decimal 220 114 121 0 0.48 0.45 0.14 356.04 0.6 0.65
Hex DC 72 79 0 30 2D E 164 3C 41
Octal 334 162 171 0 60 55 16 544 74 101
Binary 11011100 1110010 1111001 0 110000 101101 1110 101100100 111100 1000001

Color Harmonies of #DC7279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7279

Black with #DC7279

Text Example


Text Example

White with #DC7279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7279; }

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

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

background-color css

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

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

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

border-color css

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

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

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