Html Css Color HEX #D6624F Flamingo

📋 copy color: '#D6624F'

red 214 ◦ green 98 ◦ blue 79

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

Shades of Flamingo #D6624F

Tints of Flamingo #D6624F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.06%

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

R = 54.73%
G = 25.06%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6624F (or 0xD6624F) is known color: Flamingo. HEX triplet: D6, 62 and 4F. RGB value is (214,98,79). Sum of RGB (Red+Green+Blue) = 214+98+79=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6624F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6624F is #299DB0. Grayscale: #828282. Windows color (decimal): -2727345 or 5202646. OLE color: 5202646.

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

Color convert

RGB 214 98 79 -
CMYK 0 0.54 0.63 0.16
HSL 8.44º 0.62% 0.57% -
HSV(B) 8.44º 0.63% 0.84% -
XYZ 33.51 23.6 10.19 -
YUV 130.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 214 98 79 0 0.54 0.63 0.16 8.44 0.62 0.57
Hex D6 62 4F 0 36 3F 10 8 3E 39
Octal 326 142 117 0 66 77 20 10 76 71
Binary 11010110 1100010 1001111 0 110110 111111 10000 1000 111110 111001

Color Harmonies of #D6624F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6624F

Black with #D6624F

Text Example


Text Example

White with #D6624F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6624F; }

 p { color: rgb(214,98,79); }

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

background-color css

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

 a { background-color: rgb(214,98,79); }

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

border-color css

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

 span { border-color: rgb(214,98,79); }

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