Html Css Color HEX #DF5F50 Flamingo

📋 copy color: '#DF5F50'

red 223 ◦ green 95 ◦ blue 80

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

Shades of Flamingo #DF5F50

Tints of Flamingo #DF5F50

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.87%

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

R = 56.03%
G = 23.87%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF5F50 (or 0xDF5F50) is known color: Flamingo. HEX triplet: DF, 5F and 50. RGB value is (223,95,80). Sum of RGB (Red+Green+Blue) = 223+95+80=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5F50 is #20A0AF. Grayscale: #838383. Windows color (decimal): -2138288 or 5267423. OLE color: 5267423.

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

Color convert

RGB 223 95 80 -
CMYK 0 0.57 0.64 0.13
HSL 6.29º 0.69% 0.59% -
HSV(B) 6.29º 0.64% 0.87% -
XYZ 35.97 24.45 10.41 -
YUV 131.56 98.91 193.22 -
System Red Green Blue C M Y K H S L
Decimal 223 95 80 0 0.57 0.64 0.13 6.29 0.69 0.59
Hex DF 5F 50 0 39 40 D 6 45 3B
Octal 337 137 120 0 71 100 15 6 105 73
Binary 11011111 1011111 1010000 0 111001 1000000 1101 110 1000101 111011

Color Harmonies of #DF5F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5F50

Black with #DF5F50

Text Example


Text Example

White with #DF5F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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