Html Css Color HEX #DF7076 Froly

📋 copy color: '#DF7076'

red 223 ◦ green 112 ◦ blue 118

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

Shades of Froly #DF7076

Tints of Froly #DF7076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.72%

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

R = 49.23%
G = 24.72%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF7076 (or 0xDF7076) is known color: Froly. HEX triplet: DF, 70 and 76. RGB value is (223,112,118). Sum of RGB (Red+Green+Blue) = 223+112+118=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7076 is #208F89. Grayscale: #919191. Windows color (decimal): -2133898 or 7762143. OLE color: 7762143.

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

Color convert

RGB 223 112 118 -
CMYK 0 0.50 0.47 0.13
HSL 356.76º 0.63% 0.66% -
HSV(B) 356.76º 0.5% 0.87% -
XYZ 39.5 28.58 20.58 -
YUV 145.87 112.27 183.01 -
System Red Green Blue C M Y K H S L
Decimal 223 112 118 0 0.50 0.47 0.13 356.76 0.63 0.66
Hex DF 70 76 0 32 2F D 165 3F 42
Octal 337 160 166 0 62 57 15 545 77 102
Binary 11011111 1110000 1110110 0 110010 101111 1101 101100101 111111 1000010

Color Harmonies of #DF7076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7076

Black with #DF7076

Text Example


Text Example

White with #DF7076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7076; }

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

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

background-color css

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

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

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

border-color css

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

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

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