Html Css Color HEX #DE6051 Flamingo

📋 copy color: '#DE6051'

red 222 ◦ green 96 ◦ blue 81

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

Shades of Flamingo #DE6051

Tints of Flamingo #DE6051

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.3%

R = 55.64%
G = 24.06%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE6051 (or 0xDE6051) is known color: 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

RGB 222 96 81 -
CMYK 0 0.57 0.64 0.13
HSL 6.38º 0.68% 0.59% -
HSV(B) 6.38º 0.64% 0.87% -
XYZ 35.79 24.49 10.63 -
YUV 131.96 99.24 192.22 -
System Red Green Blue C M Y K H S L
Decimal 222 96 81 0 0.57 0.64 0.13 6.38 0.68 0.59
Hex DE 60 51 0 39 40 D 6 44 3B
Octal 336 140 121 0 71 100 15 6 104 73
Binary 11011110 1100000 1010001 0 111001 1000000 1101 110 1000100 111011

Color Harmonies of #DE6051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6051

Black with #DE6051

Text Example


Text Example

White with #DE6051

Text Example


Text Example

HTML Codes & Css Web 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>