Html Css Color HEX #DF7376 Froly

📋 copy color: '#DF7376'

red 223 ◦ green 115 ◦ blue 118

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

Shades of Froly #DF7376

Tints of Froly #DF7376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.88%

R = 48.9%
G = 25.22%
B = 25.88%

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

#DF7376 (or 0xDF7376) is known color: Froly. HEX triplet: DF, 73 and 76. RGB value is (223,115,118). Sum of RGB (Red+Green+Blue) = 223+115+118=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7376 is #208C89. Grayscale: #939393. Windows color (decimal): -2133130 or 7762911. OLE color: 7762911.

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

Color convert

RGB 223 115 118 -
CMYK 0 0.48 0.47 0.13
HSL 358.33º 0.63% 0.66% -
HSV(B) 358.33º 0.48% 0.87% -
XYZ 39.83 29.26 20.69 -
YUV 147.63 111.28 181.76 -
System Red Green Blue C M Y K H S L
Decimal 223 115 118 0 0.48 0.47 0.13 358.33 0.63 0.66
Hex DF 73 76 0 30 2F D 166 3F 42
Octal 337 163 166 0 60 57 15 546 77 102
Binary 11011111 1110011 1110110 0 110000 101111 1101 101100110 111111 1000010

Color Harmonies of #DF7376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7376

Black with #DF7376

Text Example


Text Example

White with #DF7376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7376; }

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

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

background-color css

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

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

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

border-color css

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

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

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