Html Css Color HEX #DE6452 Flamingo

📋 copy color: '#DE6452'

red 222 ◦ green 100 ◦ blue 82

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

Shades of Flamingo #DE6452

Tints of Flamingo #DE6452

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.75%

 BLUE value IS 82 (32.42% from 255) = 20.3%

R = 54.95%
G = 24.75%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DE6452 (or 0xDE6452) is known color: Flamingo. HEX triplet: DE, 64 and 52. RGB value is (222,100,82). Sum of RGB (Red+Green+Blue) = 222+100+82=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6452 is #219BAD. Grayscale: #868686. Windows color (decimal): -2202542 or 5399774. OLE color: 5399774.

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

Color convert

RGB 222 100 82 -
CMYK 0 0.55 0.63 0.13
HSL 7.71º 0.68% 0.6% -
HSV(B) 7.71º 0.63% 0.87% -
XYZ 36.2 25.25 10.95 -
YUV 134.43 98.42 190.46 -
System Red Green Blue C M Y K H S L
Decimal 222 100 82 0 0.55 0.63 0.13 7.71 0.68 0.6
Hex DE 64 52 0 37 3F D 8 44 3C
Octal 336 144 122 0 67 77 15 10 104 74
Binary 11011110 1100100 1010010 0 110111 111111 1101 1000 1000100 111100

Color Harmonies of #DE6452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6452

Black with #DE6452

Text Example


Text Example

White with #DE6452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6452; }

 p { color: rgb(222,100,82); }

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

background-color css

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

 a { background-color: rgb(222,100,82); }

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

border-color css

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

 span { border-color: rgb(222,100,82); }

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