Html Css Color HEX #DF5D51 Flamingo

📋 copy color: '#DF5D51'

red 223 ◦ green 93 ◦ blue 81

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

Shades of Flamingo #DF5D51

Tints of Flamingo #DF5D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.4%

R = 56.17%
G = 23.43%
B = 20.4%

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

#DF5D51 (or 0xDF5D51) is known color: Flamingo. HEX triplet: DF, 5D and 51. RGB value is (223,93,81). Sum of RGB (Red+Green+Blue) = 223+93+81=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5D51 is #20A2AE. Grayscale: #828282. Windows color (decimal): -2138799 or 5332447. OLE color: 5332447.

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

Color convert

RGB 223 93 81 -
CMYK 0 0.58 0.64 0.13
HSL 5.07º 0.69% 0.6% -
HSV(B) 5.07º 0.64% 0.87% -
XYZ 35.83 24.11 10.55 -
YUV 130.5 100.07 193.98 -
System Red Green Blue C M Y K H S L
Decimal 223 93 81 0 0.58 0.64 0.13 5.07 0.69 0.6
Hex DF 5D 51 0 3A 40 D 5 45 3C
Octal 337 135 121 0 72 100 15 5 105 74
Binary 11011111 1011101 1010001 0 111010 1000000 1101 101 1000101 111100

Color Harmonies of #DF5D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5D51

Black with #DF5D51

Text Example


Text Example

White with #DF5D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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