Html Css Color HEX #DF7580 Froly

📋 copy color: '#DF7580'

red 223 ◦ green 117 ◦ blue 128

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

Shades of Froly #DF7580

Tints of Froly #DF7580

RGB

 RED value IS 223 (87.5% from 255) = 47.65%

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

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

R = 47.65%
G = 25%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF7580 (or 0xDF7580) is known color: Froly. HEX triplet: DF, 75 and 80. RGB value is (223,117,128). Sum of RGB (Red+Green+Blue) = 223+117+128=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7580 is #208A7F. Grayscale: #969696. Windows color (decimal): -2132608 or 8418783. OLE color: 8418783.

HSL color Cylindrical-coordinate representation of color #DF7580: hue angle of 353.77º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7580 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 117 128 -
CMYK 0 0.48 0.43 0.13
HSL 353.77º 0.62% 0.67% -
HSV(B) 353.77º 0.48% 0.87% -
XYZ 40.69 29.97 24.06 -
YUV 149.95 115.62 180.11 -
System Red Green Blue C M Y K H S L
Decimal 223 117 128 0 0.48 0.43 0.13 353.77 0.62 0.67
Hex DF 75 80 0 30 2B D 162 3E 43
Octal 337 165 200 0 60 53 15 542 76 103
Binary 11011111 1110101 10000000 0 110000 101011 1101 101100010 111110 1000011

Color Harmonies of #DF7580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7580

Black with #DF7580

Text Example


Text Example

White with #DF7580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7580; }

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

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

background-color css

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

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

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

border-color css

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

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

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