Html Css Color HEX #DF707A Froly

📋 copy color: '#DF707A'

red 223 ◦ green 112 ◦ blue 122

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

Shades of Froly #DF707A

Tints of Froly #DF707A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.7%

R = 48.8%
G = 24.51%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF707A (or 0xDF707A) is known color: Froly. HEX triplet: DF, 70 and 7A. RGB value is (223,112,122). Sum of RGB (Red+Green+Blue) = 223+112+122=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF707A is #208F85. Grayscale: #929292. Windows color (decimal): -2133894 or 8024287. OLE color: 8024287.

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

Color convert

RGB 223 112 122 -
CMYK 0 0.50 0.45 0.13
HSL 354.59º 0.63% 0.66% -
HSV(B) 354.59º 0.5% 0.87% -
XYZ 39.74 28.68 21.85 -
YUV 146.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 223 112 122 0 0.50 0.45 0.13 354.59 0.63 0.66
Hex DF 70 7A 0 32 2D D 163 3F 42
Octal 337 160 172 0 62 55 15 543 77 102
Binary 11011111 1110000 1111010 0 110010 101101 1101 101100011 111111 1000010

Color Harmonies of #DF707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF707A

Black with #DF707A

Text Example


Text Example

White with #DF707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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