Html Css Color HEX #DF757F Froly

📋 copy color: '#DF757F'

red 223 ◦ green 117 ◦ blue 127

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

Shades of Froly #DF757F

Tints of Froly #DF757F

RGB

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

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

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

R = 47.75%
G = 25.05%
B = 27.19%

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

#DF757F (or 0xDF757F) is known color: Froly. HEX triplet: DF, 75 and 7F. RGB value is (223,117,127). Sum of RGB (Red+Green+Blue) = 223+117+127=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF757F is #208A80. Grayscale: #959595. Windows color (decimal): -2132609 or 8353247. OLE color: 8353247.

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

Color convert

RGB 223 117 127 -
CMYK 0 0.48 0.43 0.13
HSL 354.34º 0.62% 0.67% -
HSV(B) 354.34º 0.48% 0.87% -
XYZ 40.62 29.94 23.72 -
YUV 149.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 223 117 127 0 0.48 0.43 0.13 354.34 0.62 0.67
Hex DF 75 7F 0 30 2B D 162 3E 43
Octal 337 165 177 0 60 53 15 542 76 103
Binary 11011111 1110101 1111111 0 110000 101011 1101 101100010 111110 1000011

Color Harmonies of #DF757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF757F

Black with #DF757F

Text Example


Text Example

White with #DF757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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