Html Css Color HEX #DE495C Mandy

📋 copy color: '#DE495C'

red 222 ◦ green 73 ◦ blue 92

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

Shades of Mandy #DE495C

Tints of Mandy #DE495C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.86%

 BLUE value IS 92 (36.33% from 255) = 23.77%

R = 57.36%
G = 18.86%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE495C (or 0xDE495C) is known color: Mandy. HEX triplet: DE, 49 and 5C. RGB value is (222,73,92). Sum of RGB (Red+Green+Blue) = 222+73+92=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE495C is #21B6A3. Grayscale: #777777. Windows color (decimal): -2209444 or 6048222. OLE color: 6048222.

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

Color convert

RGB 222 73 92 -
CMYK 0 0.67 0.59 0.13
HSL 352.35º 0.69% 0.58% -
HSV(B) 352.35º 0.67% 0.87% -
XYZ 34.44 21.07 12.38 -
YUV 119.72 112.36 200.96 -
System Red Green Blue C M Y K H S L
Decimal 222 73 92 0 0.67 0.59 0.13 352.35 0.69 0.58
Hex DE 49 5C 0 43 3B D 160 45 3A
Octal 336 111 134 0 103 73 15 540 105 72
Binary 11011110 1001001 1011100 0 1000011 111011 1101 101100000 1000101 111010

Color Harmonies of #DE495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE495C

Black with #DE495C

Text Example


Text Example

White with #DE495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE495C; }

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

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

background-color css

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

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

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

border-color css

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

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

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