Html Css Color HEX #DF717F Froly

📋 copy color: '#DF717F'

red 223 ◦ green 113 ◦ blue 127

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

Shades of Froly #DF717F

Tints of Froly #DF717F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.41%

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

R = 48.16%
G = 24.41%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF717F (or 0xDF717F) is known color: Froly. HEX triplet: DF, 71 and 7F. RGB value is (223,113,127). Sum of RGB (Red+Green+Blue) = 223+113+127=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF717F is #208E80. Grayscale: #939393. Windows color (decimal): -2133633 or 8352223. OLE color: 8352223.

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

Color convert

RGB 223 113 127 -
CMYK 0 0.49 0.43 0.13
HSL 352.36º 0.63% 0.66% -
HSV(B) 352.36º 0.49% 0.87% -
XYZ 40.17 29.03 23.57 -
YUV 147.49 116.44 181.86 -
System Red Green Blue C M Y K H S L
Decimal 223 113 127 0 0.49 0.43 0.13 352.36 0.63 0.66
Hex DF 71 7F 0 31 2B D 160 3F 42
Octal 337 161 177 0 61 53 15 540 77 102
Binary 11011111 1110001 1111111 0 110001 101011 1101 101100000 111111 1000010

Color Harmonies of #DF717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF717F

Black with #DF717F

Text Example


Text Example

White with #DF717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF717F; }

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

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

background-color css

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

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

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

border-color css

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

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

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