Html Css Color HEX #DC5D51 Flamingo

📋 copy color: '#DC5D51'

red 220 ◦ green 93 ◦ blue 81

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

Shades of Flamingo #DC5D51

Tints of Flamingo #DC5D51

RGB

 RED value IS 220 (86.33% from 255) = 55.84%

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

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

R = 55.84%
G = 23.6%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC5D51 (or 0xDC5D51) is known color: Flamingo. HEX triplet: DC, 5D and 51. RGB value is (220,93,81). Sum of RGB (Red+Green+Blue) = 220+93+81=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D51 is #23A2AE. Grayscale: #818181. Windows color (decimal): -2335407 or 5332444. OLE color: 5332444.

HSL color Cylindrical-coordinate representation of color #DC5D51: hue angle of 5.18º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5D51 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 93 81 -
CMYK 0 0.58 0.63 0.14
HSL 5.18º 0.67% 0.59% -
HSV(B) 5.18º 0.63% 0.86% -
XYZ 34.91 23.64 10.51 -
YUV 129.61 100.58 192.48 -
System Red Green Blue C M Y K H S L
Decimal 220 93 81 0 0.58 0.63 0.14 5.18 0.67 0.59
Hex DC 5D 51 0 3A 3F E 5 43 3B
Octal 334 135 121 0 72 77 16 5 103 73
Binary 11011100 1011101 1010001 0 111010 111111 1110 101 1000011 111011

Color Harmonies of #DC5D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D51

Black with #DC5D51

Text Example


Text Example

White with #DC5D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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