Html Css Color HEX #DC7580 Froly

📋 copy color: '#DC7580'

red 220 ◦ green 117 ◦ blue 128

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

Shades of Froly #DC7580

Tints of Froly #DC7580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.16%

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

R = 47.31%
G = 25.16%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC7580 (or 0xDC7580) is known color: Froly. HEX triplet: DC, 75 and 80. RGB value is (220,117,128). Sum of RGB (Red+Green+Blue) = 220+117+128=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7580 is #238A7F. Grayscale: #959595. Windows color (decimal): -2329216 or 8418780. OLE color: 8418780.

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

Color convert

RGB 220 117 128 -
CMYK 0 0.47 0.42 0.14
HSL 353.59º 0.6% 0.66% -
HSV(B) 353.59º 0.47% 0.86% -
XYZ 39.77 29.5 24.02 -
YUV 149.05 116.12 178.61 -
System Red Green Blue C M Y K H S L
Decimal 220 117 128 0 0.47 0.42 0.14 353.59 0.6 0.66
Hex DC 75 80 0 2F 2A E 162 3C 42
Octal 334 165 200 0 57 52 16 542 74 102
Binary 11011100 1110101 10000000 0 101111 101010 1110 101100010 111100 1000010

Color Harmonies of #DC7580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7580

Black with #DC7580

Text Example


Text Example

White with #DC7580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7580; }

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

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

background-color css

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

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

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

border-color css

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

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

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