Html Css Color HEX #DF7780 Froly

📋 copy color: '#DF7780'

red 223 ◦ green 119 ◦ blue 128

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

Shades of Froly #DF7780

Tints of Froly #DF7780

RGB

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

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

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

R = 47.45%
G = 25.32%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF7780 (or 0xDF7780) is known color: Froly. HEX triplet: DF, 77 and 80. RGB value is (223,119,128). Sum of RGB (Red+Green+Blue) = 223+119+128=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7780 is #20887F. Grayscale: #979797. Windows color (decimal): -2132096 or 8419295. OLE color: 8419295.

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

Color convert

RGB 223 119 128 -
CMYK 0 0.47 0.43 0.13
HSL 354.81º 0.62% 0.67% -
HSV(B) 354.81º 0.47% 0.87% -
XYZ 40.92 30.44 24.14 -
YUV 151.12 114.96 179.27 -
System Red Green Blue C M Y K H S L
Decimal 223 119 128 0 0.47 0.43 0.13 354.81 0.62 0.67
Hex DF 77 80 0 2F 2B D 163 3E 43
Octal 337 167 200 0 57 53 15 543 76 103
Binary 11011111 1110111 10000000 0 101111 101011 1101 101100011 111110 1000011

Color Harmonies of #DF7780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7780

Black with #DF7780

Text Example


Text Example

White with #DF7780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7780; }

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

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

background-color css

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

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

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

border-color css

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

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

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