Html Css Color HEX #DA634E Flamingo

📋 copy color: '#DA634E'

red 218 ◦ green 99 ◦ blue 78

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

Shades of Flamingo #DA634E

Tints of Flamingo #DA634E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.06%

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

R = 55.19%
G = 25.06%
B = 19.75%

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

#DA634E (or 0xDA634E) is known color: Flamingo. HEX triplet: DA, 63 and 4E. RGB value is (218,99,78). Sum of RGB (Red+Green+Blue) = 218+99+78=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA634E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA634E is #259CB1. Grayscale: #848484. Windows color (decimal): -2464946 or 5137370. OLE color: 5137370.

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

Color convert

RGB 218 99 78 -
CMYK 0 0.55 0.64 0.15
HSL 0.65% 0.58% -
HSV(B) 0.64% 0.85% -
XYZ 34.75 24.38 10.08 -
YUV 132.19 97.42 189.21 -
System Red Green Blue C M Y K H S L
Decimal 218 99 78 0 0.55 0.64 0.15 9 0.65 0.58
Hex DA 63 4E 0 37 40 F 9 41 3A
Octal 332 143 116 0 67 100 17 11 101 72
Binary 11011010 1100011 1001110 0 110111 1000000 1111 1001 1000001 111010

Color Harmonies of #DA634E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA634E

Black with #DA634E

Text Example


Text Example

White with #DA634E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA634E; }

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

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

background-color css

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

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

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

border-color css

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

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

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