Html Css Color HEX #DE5C5E Mandy

📋 copy color: '#DE5C5E'

red 222 ◦ green 92 ◦ blue 94

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

Shades of Mandy #DE5C5E

Tints of Mandy #DE5C5E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.55%

 BLUE value IS 94 (37.11% from 255) = 23.04%

R = 54.41%
G = 22.55%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE5C5E (or 0xDE5C5E) is known color: Mandy. HEX triplet: DE, 5C and 5E. RGB value is (222,92,94). Sum of RGB (Red+Green+Blue) = 222+92+94=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5C5E is #21A3A1. Grayscale: #838383. Windows color (decimal): -2204578 or 6184158. OLE color: 6184158.

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

Color convert

RGB 222 92 94 -
CMYK 0 0.59 0.58 0.13
HSL 359.08º 0.66% 0.62% -
HSV(B) 359.08º 0.59% 0.87% -
XYZ 35.97 23.99 13.32 -
YUV 131.1 107.07 192.84 -
System Red Green Blue C M Y K H S L
Decimal 222 92 94 0 0.59 0.58 0.13 359.08 0.66 0.62
Hex DE 5C 5E 0 3B 3A D 167 42 3E
Octal 336 134 136 0 73 72 15 547 102 76
Binary 11011110 1011100 1011110 0 111011 111010 1101 101100111 1000010 111110

Color Harmonies of #DE5C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5C5E

Black with #DE5C5E

Text Example


Text Example

White with #DE5C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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