Html Css Color HEX #D8614F Flamingo

📋 copy color: '#D8614F'

red 216 ◦ green 97 ◦ blue 79

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

Shades of Flamingo #D8614F

Tints of Flamingo #D8614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.74%

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

R = 55.1%
G = 24.74%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8614F (or 0xD8614F) is known color: Flamingo. HEX triplet: D8, 61 and 4F. RGB value is (216,97,79). Sum of RGB (Red+Green+Blue) = 216+97+79=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8614F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8614F is #279EB0. Grayscale: #828282. Windows color (decimal): -2596529 or 5202392. OLE color: 5202392.

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

Color convert

RGB 216 97 79 -
CMYK 0 0.55 0.63 0.15
HSL 7.88º 0.64% 0.58% -
HSV(B) 7.88º 0.63% 0.85% -
XYZ 34 23.71 10.18 -
YUV 130.53 98.92 188.96 -
System Red Green Blue C M Y K H S L
Decimal 216 97 79 0 0.55 0.63 0.15 7.88 0.64 0.58
Hex D8 61 4F 0 37 3F F 8 40 3A
Octal 330 141 117 0 67 77 17 10 100 72
Binary 11011000 1100001 1001111 0 110111 111111 1111 1000 1000000 111010

Color Harmonies of #D8614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8614F

Black with #D8614F

Text Example


Text Example

White with #D8614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8614F; }

 p { color: rgb(216,97,79); }

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

background-color css

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

 a { background-color: rgb(216,97,79); }

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

border-color css

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

 span { border-color: rgb(216,97,79); }

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