Html Css Color HEX #DE5E4E Flamingo

📋 copy color: '#DE5E4E'

red 222 ◦ green 94 ◦ blue 78

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

Shades of Flamingo #DE5E4E

Tints of Flamingo #DE5E4E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.86%

 BLUE value IS 78 (30.86% from 255) = 19.8%

R = 56.35%
G = 23.86%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE5E4E (or 0xDE5E4E) is known color: Flamingo. HEX triplet: DE, 5E and 4E. RGB value is (222,94,78). Sum of RGB (Red+Green+Blue) = 222+94+78=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5E4E is #21A1B1. Grayscale: #828282. Windows color (decimal): -2204082 or 5136094. OLE color: 5136094.

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

Color convert

RGB 222 94 78 -
CMYK 0 0.58 0.65 0.13
HSL 6.67º 0.69% 0.59% -
HSV(B) 6.67º 0.65% 0.87% -
XYZ 35.5 24.09 9.99 -
YUV 130.45 98.41 193.3 -
System Red Green Blue C M Y K H S L
Decimal 222 94 78 0 0.58 0.65 0.13 6.67 0.69 0.59
Hex DE 5E 4E 0 3A 41 D 7 45 3B
Octal 336 136 116 0 72 101 15 7 105 73
Binary 11011110 1011110 1001110 0 111010 1000001 1101 111 1000101 111011

Color Harmonies of #DE5E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E4E

Black with #DE5E4E

Text Example


Text Example

White with #DE5E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E4E; }

 p { color: rgb(222,94,78); }

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

background-color css

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

 a { background-color: rgb(222,94,78); }

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

border-color css

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

 span { border-color: rgb(222,94,78); }

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