Html Css Color HEX #DF7577 Froly

📋 copy color: '#DF7577'

red 223 ◦ green 117 ◦ blue 119

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

Shades of Froly #DF7577

Tints of Froly #DF7577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.93%

R = 48.58%
G = 25.49%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF7577 (or 0xDF7577) is known color: Froly. HEX triplet: DF, 75 and 77. RGB value is (223,117,119). Sum of RGB (Red+Green+Blue) = 223+117+119=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7577 is #208A88. Grayscale: #959595. Windows color (decimal): -2132617 or 7828959. OLE color: 7828959.

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

Color convert

RGB 223 117 119 -
CMYK 0 0.48 0.47 0.13
HSL 358.87º 0.62% 0.67% -
HSV(B) 358.87º 0.48% 0.87% -
XYZ 40.12 29.74 21.08 -
YUV 148.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 223 117 119 0 0.48 0.47 0.13 358.87 0.62 0.67
Hex DF 75 77 0 30 2F D 167 3E 43
Octal 337 165 167 0 60 57 15 547 76 103
Binary 11011111 1110101 1110111 0 110000 101111 1101 101100111 111110 1000011

Color Harmonies of #DF7577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7577

Black with #DF7577

Text Example


Text Example

White with #DF7577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7577; }

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

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

background-color css

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

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

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

border-color css

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

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

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