Html Css Color HEX #DF7178 Froly

📋 copy color: '#DF7178'

red 223 ◦ green 113 ◦ blue 120

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

Shades of Froly #DF7178

Tints of Froly #DF7178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.78%

 BLUE value IS 120 (47.27% from 255) = 26.32%

R = 48.9%
G = 24.78%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF7178 (or 0xDF7178) is known color: Froly. HEX triplet: DF, 71 and 78. RGB value is (223,113,120). Sum of RGB (Red+Green+Blue) = 223+113+120=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7178 is #208E87. Grayscale: #929292. Windows color (decimal): -2133640 or 7893471. OLE color: 7893471.

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

Color convert

RGB 223 113 120 -
CMYK 0 0.49 0.46 0.13
HSL 356.18º 0.63% 0.66% -
HSV(B) 356.18º 0.49% 0.87% -
XYZ 39.73 28.85 21.24 -
YUV 146.69 112.94 182.43 -
System Red Green Blue C M Y K H S L
Decimal 223 113 120 0 0.49 0.46 0.13 356.18 0.63 0.66
Hex DF 71 78 0 31 2E D 164 3F 42
Octal 337 161 170 0 61 56 15 544 77 102
Binary 11011111 1110001 1111000 0 110001 101110 1101 101100100 111111 1000010

Color Harmonies of #DF7178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7178

Black with #DF7178

Text Example


Text Example

White with #DF7178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7178; }

 p { color: rgb(223,113,120); }

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

background-color css

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

 a { background-color: rgb(223,113,120); }

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

border-color css

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

 span { border-color: rgb(223,113,120); }

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