Html Css Color HEX #DA624E Flamingo

📋 copy color: '#DA624E'

red 218 ◦ green 98 ◦ blue 78

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

Shades of Flamingo #DA624E

Tints of Flamingo #DA624E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.8%

R = 55.33%
G = 24.87%
B = 19.8%

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

#DA624E (or 0xDA624E) is known color: Flamingo. HEX triplet: DA, 62 and 4E. RGB value is (218,98,78). Sum of RGB (Red+Green+Blue) = 218+98+78=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA624E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA624E is #259DB1. Grayscale: #838383. Windows color (decimal): -2465202 or 5137114. OLE color: 5137114.

HSL color Cylindrical-coordinate representation of color #DA624E: hue angle of 8.57º 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 #DA624E is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 98 78 -
CMYK 0 0.55 0.64 0.15
HSL 8.57º 0.65% 0.58% -
HSV(B) 8.57º 0.64% 0.85% -
XYZ 34.66 24.19 10.05 -
YUV 131.6 97.76 189.63 -
System Red Green Blue C M Y K H S L
Decimal 218 98 78 0 0.55 0.64 0.15 8.57 0.65 0.58
Hex DA 62 4E 0 37 40 F 9 41 3A
Octal 332 142 116 0 67 100 17 11 101 72
Binary 11011010 1100010 1001110 0 110111 1000000 1111 1001 1000001 111010

Color Harmonies of #DA624E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA624E

Black with #DA624E

Text Example


Text Example

White with #DA624E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA624E; }

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

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

background-color css

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

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

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

border-color css

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

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

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