Html Css Color HEX #D5644B Flamingo

📋 copy color: '#D5644B'

red 213 ◦ green 100 ◦ blue 75

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

Shades of Flamingo #D5644B

Tints of Flamingo #D5644B

RGB

 RED value IS 213 (83.59% from 255) = 54.9%

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

 BLUE value IS 75 (29.69% from 255) = 19.33%

R = 54.9%
G = 25.77%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5644B (or 0xD5644B) is known color: Flamingo. HEX triplet: D5, 64 and 4B. RGB value is (213,100,75). Sum of RGB (Red+Green+Blue) = 213+100+75=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5644B is #2A9BB4. Grayscale: #838383. Windows color (decimal): -2792373 or 4941013. OLE color: 4941013.

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

Color convert

RGB 213 100 75 -
CMYK 0 0.53 0.65 0.16
HSL 10.87º 0.62% 0.56% -
HSV(B) 10.87º 0.65% 0.84% -
XYZ 33.27 23.77 9.49 -
YUV 130.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 213 100 75 0 0.53 0.65 0.16 10.87 0.62 0.56
Hex D5 64 4B 0 35 41 10 B 3E 38
Octal 325 144 113 0 65 101 20 13 76 70
Binary 11010101 1100100 1001011 0 110101 1000001 10000 1011 111110 111000

Color Harmonies of #D5644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5644B

Black with #D5644B

Text Example


Text Example

White with #D5644B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5644B; }

 p { color: rgb(213,100,75); }

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

background-color css

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

 a { background-color: rgb(213,100,75); }

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

border-color css

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

 span { border-color: rgb(213,100,75); }

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