Html Css Color HEX #D8624D Flamingo

📋 copy color: '#D8624D'

red 216 ◦ green 98 ◦ blue 77

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

Shades of Flamingo #D8624D

Tints of Flamingo #D8624D

RGB

 RED value IS 216 (84.77% from 255) = 55.24%

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

 BLUE value IS 77 (30.47% from 255) = 19.69%

R = 55.24%
G = 25.06%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8624D (or 0xD8624D) is known color: Flamingo. HEX triplet: D8, 62 and 4D. RGB value is (216,98,77). Sum of RGB (Red+Green+Blue) = 216+98+77=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D8624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8624D is #279DB2. Grayscale: #838383. Windows color (decimal): -2596275 or 5071576. OLE color: 5071576.

HSL color Cylindrical-coordinate representation of color #D8624D: hue angle of 9.06º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8624D is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 98 77 -
CMYK 0 0.55 0.64 0.15
HSL 9.06º 0.64% 0.57% -
HSV(B) 9.06º 0.64% 0.85% -
XYZ 34.03 23.87 9.84 -
YUV 130.89 97.59 188.71 -
System Red Green Blue C M Y K H S L
Decimal 216 98 77 0 0.55 0.64 0.15 9.06 0.64 0.57
Hex D8 62 4D 0 37 40 F 9 40 39
Octal 330 142 115 0 67 100 17 11 100 71
Binary 11011000 1100010 1001101 0 110111 1000000 1111 1001 1000000 111001

Color Harmonies of #D8624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8624D

Black with #D8624D

Text Example


Text Example

White with #D8624D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8624D; }

 p { color: rgb(216,98,77); }

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

background-color css

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

 a { background-color: rgb(216,98,77); }

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

border-color css

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

 span { border-color: rgb(216,98,77); }

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