Html Css Color HEX #DF747C Froly

📋 copy color: '#DF747C'

red 223 ◦ green 116 ◦ blue 124

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

Shades of Froly #DF747C

Tints of Froly #DF747C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.78%

R = 48.16%
G = 25.05%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF747C (or 0xDF747C) is known color: Froly. HEX triplet: DF, 74 and 7C. RGB value is (223,116,124). Sum of RGB (Red+Green+Blue) = 223+116+124=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF747C is #208B83. Grayscale: #949494. Windows color (decimal): -2132868 or 8156383. OLE color: 8156383.

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

Color convert

RGB 223 116 124 -
CMYK 0 0.48 0.44 0.13
HSL 355.51º 0.63% 0.66% -
HSV(B) 355.51º 0.48% 0.87% -
XYZ 40.31 29.63 22.66 -
YUV 148.91 113.95 180.85 -
System Red Green Blue C M Y K H S L
Decimal 223 116 124 0 0.48 0.44 0.13 355.51 0.63 0.66
Hex DF 74 7C 0 30 2C D 164 3F 42
Octal 337 164 174 0 60 54 15 544 77 102
Binary 11011111 1110100 1111100 0 110000 101100 1101 101100100 111111 1000010

Color Harmonies of #DF747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF747C

Black with #DF747C

Text Example


Text Example

White with #DF747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF747C; }

 p { color: rgb(223,116,124); }

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

background-color css

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

 a { background-color: rgb(223,116,124); }

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

border-color css

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

 span { border-color: rgb(223,116,124); }

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