Html Css Color HEX #DF707F Froly

📋 copy color: '#DF707F'

red 223 ◦ green 112 ◦ blue 127

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

Shades of Froly #DF707F

Tints of Froly #DF707F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.49%

R = 48.27%
G = 24.24%
B = 27.49%

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

#DF707F (or 0xDF707F) is known color: Froly. HEX triplet: DF, 70 and 7F. RGB value is (223,112,127). Sum of RGB (Red+Green+Blue) = 223+112+127=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF707F is #208F80. Grayscale: #929292. Windows color (decimal): -2133889 or 8351967. OLE color: 8351967.

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

Color convert

RGB 223 112 127 -
CMYK 0 0.50 0.43 0.13
HSL 351.89º 0.63% 0.66% -
HSV(B) 351.89º 0.5% 0.87% -
XYZ 40.06 28.81 23.53 -
YUV 146.9 116.77 182.28 -
System Red Green Blue C M Y K H S L
Decimal 223 112 127 0 0.50 0.43 0.13 351.89 0.63 0.66
Hex DF 70 7F 0 32 2B D 160 3F 42
Octal 337 160 177 0 62 53 15 540 77 102
Binary 11011111 1110000 1111111 0 110010 101011 1101 101100000 111111 1000010

Color Harmonies of #DF707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF707F

Black with #DF707F

Text Example


Text Example

White with #DF707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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