Html Css Color HEX #DF5D50 Flamingo

📋 copy color: '#DF5D50'

red 223 ◦ green 93 ◦ blue 80

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

Shades of Flamingo #DF5D50

Tints of Flamingo #DF5D50

RGB

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

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

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

R = 56.31%
G = 23.48%
B = 20.2%

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

#DF5D50 (or 0xDF5D50) is known color: Flamingo. HEX triplet: DF, 5D and 50. RGB value is (223,93,80). Sum of RGB (Red+Green+Blue) = 223+93+80=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5D50 is #20A2AF. Grayscale: #828282. Windows color (decimal): -2138800 or 5266911. OLE color: 5266911.

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

Color convert

RGB 223 93 80 -
CMYK 0 0.58 0.64 0.13
HSL 5.45º 0.69% 0.59% -
HSV(B) 5.45º 0.64% 0.87% -
XYZ 35.79 24.1 10.35 -
YUV 130.39 99.57 194.06 -
System Red Green Blue C M Y K H S L
Decimal 223 93 80 0 0.58 0.64 0.13 5.45 0.69 0.59
Hex DF 5D 50 0 3A 40 D 5 45 3B
Octal 337 135 120 0 72 100 15 5 105 73
Binary 11011111 1011101 1010000 0 111010 1000000 1101 101 1000101 111011

Color Harmonies of #DF5D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5D50

Black with #DF5D50

Text Example


Text Example

White with #DF5D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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