Html Css Color HEX #DF707D Froly

📋 copy color: '#DF707D'

red 223 ◦ green 112 ◦ blue 125

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

Shades of Froly #DF707D

Tints of Froly #DF707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.17%

R = 48.48%
G = 24.35%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF707D (or 0xDF707D) is known color: Froly. HEX triplet: DF, 70 and 7D. RGB value is (223,112,125). Sum of RGB (Red+Green+Blue) = 223+112+125=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF707D is #208F82. Grayscale: #929292. Windows color (decimal): -2133891 or 8220895. OLE color: 8220895.

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

Color convert

RGB 223 112 125 -
CMYK 0 0.50 0.44 0.13
HSL 352.97º 0.63% 0.66% -
HSV(B) 352.97º 0.5% 0.87% -
XYZ 39.93 28.76 22.85 -
YUV 146.67 115.77 182.44 -
System Red Green Blue C M Y K H S L
Decimal 223 112 125 0 0.50 0.44 0.13 352.97 0.63 0.66
Hex DF 70 7D 0 32 2C D 161 3F 42
Octal 337 160 175 0 62 54 15 541 77 102
Binary 11011111 1110000 1111101 0 110010 101100 1101 101100001 111111 1000010

Color Harmonies of #DF707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF707D

Black with #DF707D

Text Example


Text Example

White with #DF707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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