Html Css Color HEX #DF614D Flamingo

📋 copy color: '#DF614D'

red 223 ◦ green 97 ◦ blue 77

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

Shades of Flamingo #DF614D

Tints of Flamingo #DF614D

RGB

 RED value IS 223 (87.5% from 255) = 56.17%

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

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

R = 56.17%
G = 24.43%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF614D (or 0xDF614D) is known color: Flamingo. HEX triplet: DF, 61 and 4D. RGB value is (223,97,77). Sum of RGB (Red+Green+Blue) = 223+97+77=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF614D is #209EB2. Grayscale: #848484. Windows color (decimal): -2137779 or 5071327. OLE color: 5071327.

HSL color Cylindrical-coordinate representation of color #DF614D: hue angle of 8.22º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF614D is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 97 77 -
CMYK 0 0.57 0.65 0.13
HSL 8.22º 0.7% 0.59% -
HSV(B) 8.22º 0.65% 0.87% -
XYZ 36.05 24.77 9.9 -
YUV 132.39 96.74 192.63 -
System Red Green Blue C M Y K H S L
Decimal 223 97 77 0 0.57 0.65 0.13 8.22 0.7 0.59
Hex DF 61 4D 0 39 41 D 8 46 3B
Octal 337 141 115 0 71 101 15 10 106 73
Binary 11011111 1100001 1001101 0 111001 1000001 1101 1000 1000110 111011

Color Harmonies of #DF614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF614D

Black with #DF614D

Text Example


Text Example

White with #DF614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF614D; }

 p { color: rgb(223,97,77); }

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

background-color css

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

 a { background-color: rgb(223,97,77); }

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

border-color css

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

 span { border-color: rgb(223,97,77); }

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