Html Css Color HEX #DF757E Froly

📋 copy color: '#DF757E'

red 223 ◦ green 117 ◦ blue 126

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

Shades of Froly #DF757E

Tints of Froly #DF757E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.11%

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

R = 47.85%
G = 25.11%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF757E (or 0xDF757E) is known color: Froly. HEX triplet: DF, 75 and 7E. RGB value is (223,117,126). Sum of RGB (Red+Green+Blue) = 223+117+126=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF757E is #208A81. Grayscale: #959595. Windows color (decimal): -2132610 or 8287711. OLE color: 8287711.

HSL color Cylindrical-coordinate representation of color #DF757E: hue angle of 354.91º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF757E is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 117 126 -
CMYK 0 0.48 0.43 0.13
HSL 354.91º 0.62% 0.67% -
HSV(B) 354.91º 0.48% 0.87% -
XYZ 40.56 29.92 23.38 -
YUV 149.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 223 117 126 0 0.48 0.43 0.13 354.91 0.62 0.67
Hex DF 75 7E 0 30 2B D 163 3E 43
Octal 337 165 176 0 60 53 15 543 76 103
Binary 11011111 1110101 1111110 0 110000 101011 1101 101100011 111110 1000011

Color Harmonies of #DF757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF757E

Black with #DF757E

Text Example


Text Example

White with #DF757E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF757E; }

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

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

background-color css

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

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

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

border-color css

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

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

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