Html Css Color HEX #DF614F Flamingo

📋 copy color: '#DF614F'

red 223 ◦ green 97 ◦ blue 79

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

Shades of Flamingo #DF614F

Tints of Flamingo #DF614F

RGB

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

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

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

R = 55.89%
G = 24.31%
B = 19.8%

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

#DF614F (or 0xDF614F) is known color: Flamingo. HEX triplet: DF, 61 and 4F. RGB value is (223,97,79). Sum of RGB (Red+Green+Blue) = 223+97+79=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF614F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF614F is #209EB0. Grayscale: #848484. Windows color (decimal): -2137777 or 5202399. OLE color: 5202399.

HSL color Cylindrical-coordinate representation of color #DF614F: hue angle of 7.5º degrees, saturation: 0.69, 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 #DF614F is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 97 79 -
CMYK 0 0.57 0.65 0.13
HSL 7.5º 0.69% 0.59% -
HSV(B) 7.5º 0.65% 0.87% -
XYZ 36.12 24.8 10.28 -
YUV 132.62 97.74 192.46 -
System Red Green Blue C M Y K H S L
Decimal 223 97 79 0 0.57 0.65 0.13 7.5 0.69 0.59
Hex DF 61 4F 0 39 41 D 8 45 3B
Octal 337 141 117 0 71 101 15 10 105 73
Binary 11011111 1100001 1001111 0 111001 1000001 1101 1000 1000101 111011

Color Harmonies of #DF614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF614F

Black with #DF614F

Text Example


Text Example

White with #DF614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF614F; }

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

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

background-color css

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

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

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

border-color css

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

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

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