Html Css Color HEX #DE614F Flamingo

📋 copy color: '#DE614F'

red 222 ◦ green 97 ◦ blue 79

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

Shades of Flamingo #DE614F

Tints of Flamingo #DE614F

RGB

 RED value IS 222 (87.11% from 255) = 55.78%

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

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

R = 55.78%
G = 24.37%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE614F (or 0xDE614F) is known color: Flamingo. HEX triplet: DE, 61 and 4F. RGB value is (222,97,79). Sum of RGB (Red+Green+Blue) = 222+97+79=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE614F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE614F is #219EB0. Grayscale: #848484. Windows color (decimal): -2203313 or 5202398. OLE color: 5202398.

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

Color convert

RGB 222 97 79 -
CMYK 0 0.56 0.64 0.13
HSL 7.55º 0.68% 0.59% -
HSV(B) 7.55º 0.64% 0.87% -
XYZ 35.81 24.64 10.27 -
YUV 132.32 97.91 191.96 -
System Red Green Blue C M Y K H S L
Decimal 222 97 79 0 0.56 0.64 0.13 7.55 0.68 0.59
Hex DE 61 4F 0 38 40 D 8 44 3B
Octal 336 141 117 0 70 100 15 10 104 73
Binary 11011110 1100001 1001111 0 111000 1000000 1101 1000 1000100 111011

Color Harmonies of #DE614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE614F

Black with #DE614F

Text Example


Text Example

White with #DE614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE614F; }

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

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

background-color css

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

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

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

border-color css

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

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

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