Html Css Color HEX #DF5A50 Flamingo

📋 copy color: '#DF5A50'

red 223 ◦ green 90 ◦ blue 80

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

Shades of Flamingo #DF5A50

Tints of Flamingo #DF5A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.9%

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

R = 56.74%
G = 22.9%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF5A50 (or 0xDF5A50) is known color: Flamingo. HEX triplet: DF, 5A and 50. RGB value is (223,90,80). Sum of RGB (Red+Green+Blue) = 223+90+80=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5A50 is #20A5AF. Grayscale: #808080. Windows color (decimal): -2139568 or 5266143. OLE color: 5266143.

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

Color convert

RGB 223 90 80 -
CMYK 0 0.60 0.64 0.13
HSL 4.2º 0.69% 0.59% -
HSV(B) 4.2º 0.64% 0.87% -
XYZ 35.54 23.58 10.27 -
YUV 128.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 223 90 80 0 0.60 0.64 0.13 4.2 0.69 0.59
Hex DF 5A 50 0 3C 40 D 4 45 3B
Octal 337 132 120 0 74 100 15 4 105 73
Binary 11011111 1011010 1010000 0 111100 1000000 1101 100 1000101 111011

Color Harmonies of #DF5A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A50

Black with #DF5A50

Text Example


Text Example

White with #DF5A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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