Html Css Color HEX #DC7480 Froly

📋 copy color: '#DC7480'

red 220 ◦ green 116 ◦ blue 128

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

Shades of Froly #DC7480

Tints of Froly #DC7480

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25%

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

R = 47.41%
G = 25%
B = 27.59%

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

#DC7480 (or 0xDC7480) is known color: Froly. HEX triplet: DC, 74 and 80. RGB value is (220,116,128). Sum of RGB (Red+Green+Blue) = 220+116+128=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7480 is #238B7F. Grayscale: #949494. Windows color (decimal): -2329472 or 8418524. OLE color: 8418524.

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

Color convert

RGB 220 116 128 -
CMYK 0 0.47 0.42 0.14
HSL 353.08º 0.6% 0.66% -
HSV(B) 353.08º 0.47% 0.86% -
XYZ 39.66 29.26 23.98 -
YUV 148.46 116.46 179.02 -
System Red Green Blue C M Y K H S L
Decimal 220 116 128 0 0.47 0.42 0.14 353.08 0.6 0.66
Hex DC 74 80 0 2F 2A E 161 3C 42
Octal 334 164 200 0 57 52 16 541 74 102
Binary 11011100 1110100 10000000 0 101111 101010 1110 101100001 111100 1000010

Color Harmonies of #DC7480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7480

Black with #DC7480

Text Example


Text Example

White with #DC7480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7480; }

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

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

background-color css

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

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

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

border-color css

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

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

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