Html Css Color HEX #DE5E60 Mandy

📋 copy color: '#DE5E60'

red 222 ◦ green 94 ◦ blue 96

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

Shades of Mandy #DE5E60

Tints of Mandy #DE5E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.3%

R = 53.88%
G = 22.82%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DE5E60 (or 0xDE5E60) is known color: Mandy. HEX triplet: DE, 5E and 60. RGB value is (222,94,96). Sum of RGB (Red+Green+Blue) = 222+94+96=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5E60 is #21A19F. Grayscale: #848484. Windows color (decimal): -2204064 or 6315742. OLE color: 6315742.

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

Color convert

RGB 222 94 96 -
CMYK 0 0.58 0.57 0.13
HSL 359.06º 0.66% 0.62% -
HSV(B) 359.06º 0.58% 0.87% -
XYZ 36.24 24.38 13.86 -
YUV 132.5 107.41 191.84 -
System Red Green Blue C M Y K H S L
Decimal 222 94 96 0 0.58 0.57 0.13 359.06 0.66 0.62
Hex DE 5E 60 0 3A 39 D 167 42 3E
Octal 336 136 140 0 72 71 15 547 102 76
Binary 11011110 1011110 1100000 0 111010 111001 1101 101100111 1000010 111110

Color Harmonies of #DE5E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E60

Black with #DE5E60

Text Example


Text Example

White with #DE5E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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