Html Css Color HEX #DF5E52 Flamingo

📋 copy color: '#DF5E52'

red 223 ◦ green 94 ◦ blue 82

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

Shades of Flamingo #DF5E52

Tints of Flamingo #DF5E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.55%

R = 55.89%
G = 23.56%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF5E52 (or 0xDF5E52) is known color: Flamingo. HEX triplet: DF, 5E and 52. RGB value is (223,94,82). Sum of RGB (Red+Green+Blue) = 223+94+82=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5E52 is #20A1AD. Grayscale: #838383. Windows color (decimal): -2138542 or 5398239. OLE color: 5398239.

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

Color convert

RGB 223 94 82 -
CMYK 0 0.58 0.63 0.13
HSL 5.11º 0.69% 0.6% -
HSV(B) 5.11º 0.63% 0.87% -
XYZ 35.96 24.3 10.78 -
YUV 131.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 223 94 82 0 0.58 0.63 0.13 5.11 0.69 0.6
Hex DF 5E 52 0 3A 3F D 5 45 3C
Octal 337 136 122 0 72 77 15 5 105 74
Binary 11011111 1011110 1010010 0 111010 111111 1101 101 1000101 111100

Color Harmonies of #DF5E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5E52

Black with #DF5E52

Text Example


Text Example

White with #DF5E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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