Html Css Color HEX #DF5F52 Flamingo

📋 copy color: '#DF5F52'

red 223 ◦ green 95 ◦ blue 82

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

Shades of Flamingo #DF5F52

Tints of Flamingo #DF5F52

RGB

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

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

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

R = 55.75%
G = 23.75%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF5F52 (or 0xDF5F52) is known color: Flamingo. HEX triplet: DF, 5F and 52. RGB value is (223,95,82). Sum of RGB (Red+Green+Blue) = 223+95+82=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5F52 is #20A0AD. Grayscale: #838383. Windows color (decimal): -2138286 or 5398495. OLE color: 5398495.

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

Color convert

RGB 223 95 82 -
CMYK 0 0.57 0.63 0.13
HSL 5.53º 0.69% 0.6% -
HSV(B) 5.53º 0.63% 0.87% -
XYZ 36.05 24.48 10.81 -
YUV 131.79 99.91 193.06 -
System Red Green Blue C M Y K H S L
Decimal 223 95 82 0 0.57 0.63 0.13 5.53 0.69 0.6
Hex DF 5F 52 0 39 3F D 6 45 3C
Octal 337 137 122 0 71 77 15 6 105 74
Binary 11011111 1011111 1010010 0 111001 111111 1101 110 1000101 111100

Color Harmonies of #DF5F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5F52

Black with #DF5F52

Text Example


Text Example

White with #DF5F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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