Html Css Color HEX #DF7378 Froly

📋 copy color: '#DF7378'

red 223 ◦ green 115 ◦ blue 120

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

Shades of Froly #DF7378

Tints of Froly #DF7378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.11%

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

R = 48.69%
G = 25.11%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF7378 (or 0xDF7378) is known color: Froly. HEX triplet: DF, 73 and 78. RGB value is (223,115,120). Sum of RGB (Red+Green+Blue) = 223+115+120=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7378 is #208C87. Grayscale: #939393. Windows color (decimal): -2133128 or 7893983. OLE color: 7893983.

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

Color convert

RGB 223 115 120 -
CMYK 0 0.48 0.46 0.13
HSL 357.22º 0.63% 0.66% -
HSV(B) 357.22º 0.48% 0.87% -
XYZ 39.95 29.31 21.32 -
YUV 147.86 112.28 181.59 -
System Red Green Blue C M Y K H S L
Decimal 223 115 120 0 0.48 0.46 0.13 357.22 0.63 0.66
Hex DF 73 78 0 30 2E D 165 3F 42
Octal 337 163 170 0 60 56 15 545 77 102
Binary 11011111 1110011 1111000 0 110000 101110 1101 101100101 111111 1000010

Color Harmonies of #DF7378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7378

Black with #DF7378

Text Example


Text Example

White with #DF7378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7378; }

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

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

background-color css

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

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

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

border-color css

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

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

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