Html Css Color HEX #DE505E Mandy

📋 copy color: '#DE505E'

red 222 ◦ green 80 ◦ blue 94

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

Shades of Mandy #DE505E

Tints of Mandy #DE505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.2%

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

R = 56.06%
G = 20.2%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE505E (or 0xDE505E) is known color: Mandy. HEX triplet: DE, 50 and 5E. RGB value is (222,80,94). Sum of RGB (Red+Green+Blue) = 222+80+94=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DE505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE505E is #21AFA1. Grayscale: #7C7C7C. Windows color (decimal): -2207650 or 6181086. OLE color: 6181086.

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

Color convert

RGB 222 80 94 -
CMYK 0 0.64 0.58 0.13
HSL 354.08º 0.68% 0.59% -
HSV(B) 354.08º 0.64% 0.87% -
XYZ 35.01 22.08 13.01 -
YUV 124.05 111.04 197.86 -
System Red Green Blue C M Y K H S L
Decimal 222 80 94 0 0.64 0.58 0.13 354.08 0.68 0.59
Hex DE 50 5E 0 40 3A D 162 44 3B
Octal 336 120 136 0 100 72 15 542 104 73
Binary 11011110 1010000 1011110 0 1000000 111010 1101 101100010 1000100 111011

Color Harmonies of #DE505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE505E

Black with #DE505E

Text Example


Text Example

White with #DE505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE505E; }

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

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

background-color css

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

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

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

border-color css

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

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

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