Html Css Color HEX #DF5D71 Froly

📋 copy color: '#DF5D71'

red 223 ◦ green 93 ◦ blue 113

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

Shades of Froly #DF5D71

Tints of Froly #DF5D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.68%

 BLUE value IS 113 (44.53% from 255) = 26.34%

R = 51.98%
G = 21.68%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF5D71 (or 0xDF5D71) is known color: Froly. HEX triplet: DF, 5D and 71. RGB value is (223,93,113). Sum of RGB (Red+Green+Blue) = 223+93+113=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5D71 is #20A28E. Grayscale: #868686. Windows color (decimal): -2138767 or 7429599. OLE color: 7429599.

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

Color convert

RGB 223 93 113 -
CMYK 0 0.58 0.49 0.13
HSL 350.77º 0.67% 0.62% -
HSV(B) 350.77º 0.58% 0.87% -
XYZ 37.33 24.71 18.42 -
YUV 134.15 116.07 191.37 -
System Red Green Blue C M Y K H S L
Decimal 223 93 113 0 0.58 0.49 0.13 350.77 0.67 0.62
Hex DF 5D 71 0 3A 31 D 15F 43 3E
Octal 337 135 161 0 72 61 15 537 103 76
Binary 11011111 1011101 1110001 0 111010 110001 1101 101011111 1000011 111110

Color Harmonies of #DF5D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5D71

Black with #DF5D71

Text Example


Text Example

White with #DF5D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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