Html Css Color HEX #D3644F Flamingo

📋 copy color: '#D3644F'

red 211 ◦ green 100 ◦ blue 79

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

Shades of Flamingo #D3644F

Tints of Flamingo #D3644F

RGB

 RED value IS 211 (82.81% from 255) = 54.1%

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

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

R = 54.1%
G = 25.64%
B = 20.26%

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

#D3644F (or 0xD3644F) is known color: Flamingo. HEX triplet: D3, 64 and 4F. RGB value is (211,100,79). Sum of RGB (Red+Green+Blue) = 211+100+79=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D3644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3644F is #2C9BB0. Grayscale: #828282. Windows color (decimal): -2923441 or 5203155. OLE color: 5203155.

HSL color Cylindrical-coordinate representation of color #D3644F: hue angle of 9.55º degrees, saturation: 0.6, 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 #D3644F is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 100 79 -
CMYK 0 0.53 0.63 0.17
HSL 9.55º 0.6% 0.57% -
HSV(B) 9.55º 0.63% 0.83% -
XYZ 32.83 23.53 10.21 -
YUV 130.8 98.77 185.21 -
System Red Green Blue C M Y K H S L
Decimal 211 100 79 0 0.53 0.63 0.17 9.55 0.6 0.57
Hex D3 64 4F 0 35 3F 11 A 3C 39
Octal 323 144 117 0 65 77 21 12 74 71
Binary 11010011 1100100 1001111 0 110101 111111 10001 1010 111100 111001

Color Harmonies of #D3644F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3644F

Black with #D3644F

Text Example


Text Example

White with #D3644F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3644F; }

 p { color: rgb(211,100,79); }

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

background-color css

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

 a { background-color: rgb(211,100,79); }

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

border-color css

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

 span { border-color: rgb(211,100,79); }

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