Html Css Color HEX #DF707E Froly

📋 copy color: '#DF707E'

red 223 ◦ green 112 ◦ blue 126

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

Shades of Froly #DF707E

Tints of Froly #DF707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.33%

R = 48.37%
G = 24.3%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF707E (or 0xDF707E) is known color: Froly. HEX triplet: DF, 70 and 7E. RGB value is (223,112,126). Sum of RGB (Red+Green+Blue) = 223+112+126=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF707E is #208F81. Grayscale: #929292. Windows color (decimal): -2133890 or 8286431. OLE color: 8286431.

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

Color convert

RGB 223 112 126 -
CMYK 0 0.50 0.43 0.13
HSL 352.43º 0.63% 0.66% -
HSV(B) 352.43º 0.5% 0.87% -
XYZ 39.99 28.78 23.19 -
YUV 146.79 116.27 182.36 -
System Red Green Blue C M Y K H S L
Decimal 223 112 126 0 0.50 0.43 0.13 352.43 0.63 0.66
Hex DF 70 7E 0 32 2B D 160 3F 42
Octal 337 160 176 0 62 53 15 540 77 102
Binary 11011111 1110000 1111110 0 110010 101011 1101 101100000 111111 1000010

Color Harmonies of #DF707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF707E

Black with #DF707E

Text Example


Text Example

White with #DF707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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