Html Css Color HEX #DF777D Froly

📋 copy color: '#DF777D'

red 223 ◦ green 119 ◦ blue 125

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

Shades of Froly #DF777D

Tints of Froly #DF777D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.77%

R = 47.75%
G = 25.48%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF777D (or 0xDF777D) is known color: Froly. HEX triplet: DF, 77 and 7D. RGB value is (223,119,125). Sum of RGB (Red+Green+Blue) = 223+119+125=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF777D is #208882. Grayscale: #969696. Windows color (decimal): -2132099 or 8222687. OLE color: 8222687.

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

Color convert

RGB 223 119 125 -
CMYK 0 0.47 0.44 0.13
HSL 356.54º 0.62% 0.67% -
HSV(B) 356.54º 0.47% 0.87% -
XYZ 40.73 30.36 23.12 -
YUV 150.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 223 119 125 0 0.47 0.44 0.13 356.54 0.62 0.67
Hex DF 77 7D 0 2F 2C D 165 3E 43
Octal 337 167 175 0 57 54 15 545 76 103
Binary 11011111 1110111 1111101 0 101111 101100 1101 101100101 111110 1000011

Color Harmonies of #DF777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF777D

Black with #DF777D

Text Example


Text Example

White with #DF777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF777D; }

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

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

background-color css

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

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

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

border-color css

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

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

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