Html Css Color HEX #DC7A80 Froly

📋 copy color: '#DC7A80'

red 220 ◦ green 122 ◦ blue 128

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

Shades of Froly #DC7A80

Tints of Froly #DC7A80

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.96%

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

R = 46.81%
G = 25.96%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC7A80 (or 0xDC7A80) is known color: Froly. HEX triplet: DC, 7A and 80. RGB value is (220,122,128). Sum of RGB (Red+Green+Blue) = 220+122+128=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7A80 is #23857F. Grayscale: #989898. Windows color (decimal): -2327936 or 8420060. OLE color: 8420060.

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

Color convert

RGB 220 122 128 -
CMYK 0 0.45 0.42 0.14
HSL 356.33º 0.58% 0.67% -
HSV(B) 356.33º 0.45% 0.86% -
XYZ 40.37 30.69 24.22 -
YUV 151.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 220 122 128 0 0.45 0.42 0.14 356.33 0.58 0.67
Hex DC 7A 80 0 2D 2A E 164 3A 43
Octal 334 172 200 0 55 52 16 544 72 103
Binary 11011100 1111010 10000000 0 101101 101010 1110 101100100 111010 1000011

Color Harmonies of #DC7A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7A80

Black with #DC7A80

Text Example


Text Example

White with #DC7A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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