Html Css Color HEX #D4644E Flamingo

📋 copy color: '#D4644E'

red 212 ◦ green 100 ◦ blue 78

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

Shades of Flamingo #D4644E

Tints of Flamingo #D4644E

RGB

 RED value IS 212 (83.2% from 255) = 54.36%

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

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

R = 54.36%
G = 25.64%
B = 20%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4644E (or 0xD4644E) is known color: Flamingo. HEX triplet: D4, 64 and 4E. RGB value is (212,100,78). Sum of RGB (Red+Green+Blue) = 212+100+78=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D4644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4644E is #2B9BB1. Grayscale: #838383. Windows color (decimal): -2857906 or 5137620. OLE color: 5137620.

HSL color Cylindrical-coordinate representation of color #D4644E: hue angle of 9.85º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4644E is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 100 78 -
CMYK 0 0.53 0.63 0.17
HSL 9.85º 0.61% 0.57% -
HSV(B) 9.85º 0.63% 0.83% -
XYZ 33.08 23.66 10.03 -
YUV 130.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 212 100 78 0 0.53 0.63 0.17 9.85 0.61 0.57
Hex D4 64 4E 0 35 3F 11 A 3D 39
Octal 324 144 116 0 65 77 21 12 75 71
Binary 11010100 1100100 1001110 0 110101 111111 10001 1010 111101 111001

Color Harmonies of #D4644E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4644E

Black with #D4644E

Text Example


Text Example

White with #D4644E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4644E; }

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

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

background-color css

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

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

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

border-color css

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

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

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