Html Css Color HEX #DF5C6F Froly

📋 copy color: '#DF5C6F'

red 223 ◦ green 92 ◦ blue 111

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

Shades of Froly #DF5C6F

Tints of Froly #DF5C6F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.6%

 BLUE value IS 111 (43.75% from 255) = 26.06%

R = 52.35%
G = 21.6%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF5C6F (or 0xDF5C6F) is known color: Froly. HEX triplet: DF, 5C and 6F. RGB value is (223,92,111). Sum of RGB (Red+Green+Blue) = 223+92+111=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5C6F is #20A390. Grayscale: #858585. Windows color (decimal): -2139025 or 7298271. OLE color: 7298271.

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

Color convert

RGB 223 92 111 -
CMYK 0 0.59 0.50 0.13
HSL 351.3º 0.67% 0.62% -
HSV(B) 351.3º 0.59% 0.87% -
XYZ 37.13 24.49 17.81 -
YUV 133.34 115.4 191.96 -
System Red Green Blue C M Y K H S L
Decimal 223 92 111 0 0.59 0.50 0.13 351.3 0.67 0.62
Hex DF 5C 6F 0 3B 32 D 15F 43 3E
Octal 337 134 157 0 73 62 15 537 103 76
Binary 11011111 1011100 1101111 0 111011 110010 1101 101011111 1000011 111110

Color Harmonies of #DF5C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C6F

Black with #DF5C6F

Text Example


Text Example

White with #DF5C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C6F; }

 p { color: rgb(223,92,111); }

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

background-color css

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

 a { background-color: rgb(223,92,111); }

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

border-color css

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

 span { border-color: rgb(223,92,111); }

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