#DE6051

Color #DE6051 Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamingo #DE6051

Tints of Flamingo #DE6051

Color information

#DE6051 (or 0xDE6051) is unknown color: approx Flamingo. HEX triplet: DE, 60 and 51. RGB value is (222,96,81). Sum of RGB (Red+Green+Blue) = 222+96+81=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6051 is #219FAE. Grayscale: #848484. Windows color (decimal): -2203567 or 5333214. OLE color: 5333214.

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

Color convert

RGB2229681-
CMYK00.570.640.13
HSL6.38º68.12%59.41%-
HSV(B)6.38º63.51%87.06%-
XYZ35.7924.4910.63-
YUV131.9699.24192.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.64%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 81 (32.03% from 255) = 20.30%
R=55.64%
G=24.06%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222968100.570.640.136.3868.1259.41
HexDE605103940D6443b
Octal33614012107110015610473
Binary11011110110000010100010111001100000011011101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6051; }

 p { color: rgb(222,96,81); }

 H1.HeaderClassName
 {
   color: #DE6051;
 }
 .AnyTagClassName
 {
   color: #DE6051;
 }
</style>
background-color css

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

 a { background-color: rgb(222,96,81); }

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

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

 span { border-color: rgb(222,96,81); }

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