Html Css Color HEX #DF5B52 Flamingo

📋 copy color: '#DF5B52'

red 223 ◦ green 91 ◦ blue 82

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

Shades of Flamingo #DF5B52

Tints of Flamingo #DF5B52

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.98%

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

R = 56.31%
G = 22.98%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF5B52 (or 0xDF5B52) is known color: Flamingo. HEX triplet: DF, 5B and 52. RGB value is (223,91,82). Sum of RGB (Red+Green+Blue) = 223+91+82=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5B52 is #20A4AD. Grayscale: #818181. Windows color (decimal): -2139310 or 5397471. OLE color: 5397471.

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

Color convert

RGB 223 91 82 -
CMYK 0 0.59 0.63 0.13
HSL 3.83º 0.69% 0.6% -
HSV(B) 3.83º 0.63% 0.87% -
XYZ 35.7 23.78 10.69 -
YUV 129.44 101.23 194.73 -
System Red Green Blue C M Y K H S L
Decimal 223 91 82 0 0.59 0.63 0.13 3.83 0.69 0.6
Hex DF 5B 52 0 3B 3F D 4 45 3C
Octal 337 133 122 0 73 77 15 4 105 74
Binary 11011111 1011011 1010010 0 111011 111111 1101 100 1000101 111100

Color Harmonies of #DF5B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5B52

Black with #DF5B52

Text Example


Text Example

White with #DF5B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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