Html Css Color HEX #DE614C Flamingo

📋 copy color: '#DE614C'

red 222 ◦ green 97 ◦ blue 76

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

Shades of Flamingo #DE614C

Tints of Flamingo #DE614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.24%

R = 56.2%
G = 24.56%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE614C (or 0xDE614C) is known color: Flamingo. HEX triplet: DE, 61 and 4C. RGB value is (222,97,76). Sum of RGB (Red+Green+Blue) = 222+97+76=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE614C is #219EB3. Grayscale: #848484. Windows color (decimal): -2203316 or 5005790. OLE color: 5005790.

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

Color convert

RGB 222 97 76 -
CMYK 0 0.56 0.66 0.13
HSL 8.63º 0.69% 0.58% -
HSV(B) 8.63º 0.66% 0.87% -
XYZ 35.7 24.6 9.7 -
YUV 131.98 96.41 192.21 -
System Red Green Blue C M Y K H S L
Decimal 222 97 76 0 0.56 0.66 0.13 8.63 0.69 0.58
Hex DE 61 4C 0 38 42 D 9 45 3A
Octal 336 141 114 0 70 102 15 11 105 72
Binary 11011110 1100001 1001100 0 111000 1000010 1101 1001 1000101 111010

Color Harmonies of #DE614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE614C

Black with #DE614C

Text Example


Text Example

White with #DE614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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