Html Css Color HEX #DA624F Flamingo

📋 copy color: '#DA624F'

red 218 ◦ green 98 ◦ blue 79

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

Shades of Flamingo #DA624F

Tints of Flamingo #DA624F

RGB

 RED value IS 218 (85.55% from 255) = 55.19%

 GREEN value IS 98 (38.67% from 255) = 24.81%

 BLUE value IS 79 (31.25% from 255) = 20%

R = 55.19%
G = 24.81%
B = 20%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA624F (or 0xDA624F) is known color: Flamingo. HEX triplet: DA, 62 and 4F. RGB value is (218,98,79). Sum of RGB (Red+Green+Blue) = 218+98+79=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA624F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA624F is #259DB0. Grayscale: #838383. Windows color (decimal): -2465201 or 5202650. OLE color: 5202650.

HSL color Cylindrical-coordinate representation of color #DA624F: hue angle of 8.2º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA624F is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 98 79 -
CMYK 0 0.55 0.64 0.15
HSL 8.2º 0.65% 0.58% -
HSV(B) 8.2º 0.64% 0.85% -
XYZ 34.69 24.21 10.24 -
YUV 131.71 98.26 189.54 -
System Red Green Blue C M Y K H S L
Decimal 218 98 79 0 0.55 0.64 0.15 8.2 0.65 0.58
Hex DA 62 4F 0 37 40 F 8 41 3A
Octal 332 142 117 0 67 100 17 10 101 72
Binary 11011010 1100010 1001111 0 110111 1000000 1111 1000 1000001 111010

Color Harmonies of #DA624F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA624F

Black with #DA624F

Text Example


Text Example

White with #DA624F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA624F; }

 p { color: rgb(218,98,79); }

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

background-color css

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

 a { background-color: rgb(218,98,79); }

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

border-color css

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

 span { border-color: rgb(218,98,79); }

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