Html Css Color HEX #D6644E Flamingo

📋 copy color: '#D6644E'

red 214 ◦ green 100 ◦ blue 78

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

Shades of Flamingo #D6644E

Tints of Flamingo #D6644E

RGB

 RED value IS 214 (83.98% from 255) = 54.59%

 GREEN value IS 100 (39.45% from 255) = 25.51%

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

R = 54.59%
G = 25.51%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6644E (or 0xD6644E) is known color: Flamingo. HEX triplet: D6, 64 and 4E. RGB value is (214,100,78). Sum of RGB (Red+Green+Blue) = 214+100+78=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6644E is #299BB1. Grayscale: #838383. Windows color (decimal): -2726834 or 5137622. OLE color: 5137622.

HSL color Cylindrical-coordinate representation of color #D6644E: hue angle of 9.71º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6644E is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 78 -
CMYK 0 0.53 0.64 0.16
HSL 9.71º 0.62% 0.57% -
HSV(B) 9.71º 0.64% 0.84% -
XYZ 33.66 23.96 10.06 -
YUV 131.58 97.77 186.79 -
System Red Green Blue C M Y K H S L
Decimal 214 100 78 0 0.53 0.64 0.16 9.71 0.62 0.57
Hex D6 64 4E 0 35 40 10 A 3E 39
Octal 326 144 116 0 65 100 20 12 76 71
Binary 11010110 1100100 1001110 0 110101 1000000 10000 1010 111110 111001

Color Harmonies of #D6644E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6644E

Black with #D6644E

Text Example


Text Example

White with #D6644E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6644E; }

 p { color: rgb(214,100,78); }

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

background-color css

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

 a { background-color: rgb(214,100,78); }

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

border-color css

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

 span { border-color: rgb(214,100,78); }

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