Html Css Color HEX #DF5E50 Flamingo

📋 copy color: '#DF5E50'

red 223 ◦ green 94 ◦ blue 80

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

Shades of Flamingo #DF5E50

Tints of Flamingo #DF5E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.15%

R = 56.17%
G = 23.68%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF5E50 (or 0xDF5E50) is known color: Flamingo. HEX triplet: DF, 5E and 50. RGB value is (223,94,80). Sum of RGB (Red+Green+Blue) = 223+94+80=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5E50 is #20A1AF. Grayscale: #838383. Windows color (decimal): -2138544 or 5267167. OLE color: 5267167.

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

Color convert

RGB 223 94 80 -
CMYK 0 0.58 0.64 0.13
HSL 5.87º 0.69% 0.59% -
HSV(B) 5.87º 0.64% 0.87% -
XYZ 35.88 24.27 10.38 -
YUV 130.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 223 94 80 0 0.58 0.64 0.13 5.87 0.69 0.59
Hex DF 5E 50 0 3A 40 D 6 45 3B
Octal 337 136 120 0 72 100 15 6 105 73
Binary 11011111 1011110 1010000 0 111010 1000000 1101 110 1000101 111011

Color Harmonies of #DF5E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5E50

Black with #DF5E50

Text Example


Text Example

White with #DF5E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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