Html Css Color HEX #DF5E6F Froly

📋 copy color: '#DF5E6F'

red 223 ◦ green 94 ◦ blue 111

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

Shades of Froly #DF5E6F

Tints of Froly #DF5E6F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.96%

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

R = 52.1%
G = 21.96%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF5E6F (or 0xDF5E6F) is known color: Froly. HEX triplet: DF, 5E and 6F. RGB value is (223,94,111). Sum of RGB (Red+Green+Blue) = 223+94+111=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5E6F is #20A190. Grayscale: #868686. Windows color (decimal): -2138513 or 7298783. OLE color: 7298783.

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

Color convert

RGB 223 94 111 -
CMYK 0 0.58 0.50 0.13
HSL 352.09º 0.67% 0.62% -
HSV(B) 352.09º 0.58% 0.87% -
XYZ 37.3 24.84 17.87 -
YUV 134.51 114.74 191.12 -
System Red Green Blue C M Y K H S L
Decimal 223 94 111 0 0.58 0.50 0.13 352.09 0.67 0.62
Hex DF 5E 6F 0 3A 32 D 160 43 3E
Octal 337 136 157 0 72 62 15 540 103 76
Binary 11011111 1011110 1101111 0 111010 110010 1101 101100000 1000011 111110

Color Harmonies of #DF5E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5E6F

Black with #DF5E6F

Text Example


Text Example

White with #DF5E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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