Html Css Color HEX #DC7780 Froly

📋 copy color: '#DC7780'

red 220 ◦ green 119 ◦ blue 128

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

Shades of Froly #DC7780

Tints of Froly #DC7780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.48%

 BLUE value IS 128 (50.39% from 255) = 27.41%

R = 47.11%
G = 25.48%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC7780 (or 0xDC7780) is known color: Froly. HEX triplet: DC, 77 and 80. RGB value is (220,119,128). Sum of RGB (Red+Green+Blue) = 220+119+128=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7780 is #23887F. Grayscale: #969696. Windows color (decimal): -2328704 or 8419292. OLE color: 8419292.

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

Color convert

RGB 220 119 128 -
CMYK 0 0.46 0.42 0.14
HSL 354.65º 0.59% 0.66% -
HSV(B) 354.65º 0.46% 0.86% -
XYZ 40.01 29.97 24.1 -
YUV 150.23 115.46 177.77 -
System Red Green Blue C M Y K H S L
Decimal 220 119 128 0 0.46 0.42 0.14 354.65 0.59 0.66
Hex DC 77 80 0 2E 2A E 163 3B 42
Octal 334 167 200 0 56 52 16 543 73 102
Binary 11011100 1110111 10000000 0 101110 101010 1110 101100011 111011 1000010

Color Harmonies of #DC7780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7780

Black with #DC7780

Text Example


Text Example

White with #DC7780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7780; }

 p { color: rgb(220,119,128); }

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

background-color css

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

 a { background-color: rgb(220,119,128); }

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

border-color css

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

 span { border-color: rgb(220,119,128); }

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