Html Css Color HEX #DC495D Mandy

📋 copy color: '#DC495D'

red 220 ◦ green 73 ◦ blue 93

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

Shades of Mandy #DC495D

Tints of Mandy #DC495D

RGB

 RED value IS 220 (86.33% from 255) = 56.99%

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

 BLUE value IS 93 (36.72% from 255) = 24.09%

R = 56.99%
G = 18.91%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC495D (or 0xDC495D) is known color: Mandy. HEX triplet: DC, 49 and 5D. RGB value is (220,73,93). Sum of RGB (Red+Green+Blue) = 220+73+93=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC495D is #23B6A2. Grayscale: #777777. Windows color (decimal): -2340515 or 6113756. OLE color: 6113756.

HSL color Cylindrical-coordinate representation of color #DC495D: hue angle of 351.84º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC495D is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 73 93 -
CMYK 0 0.67 0.58 0.14
HSL 351.84º 0.68% 0.57% -
HSV(B) 351.84º 0.67% 0.86% -
XYZ 33.87 20.77 12.58 -
YUV 119.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 220 73 93 0 0.67 0.58 0.14 351.84 0.68 0.57
Hex DC 49 5D 0 43 3A E 160 44 39
Octal 334 111 135 0 103 72 16 540 104 71
Binary 11011100 1001001 1011101 0 1000011 111010 1110 101100000 1000100 111001

Color Harmonies of #DC495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC495D

Black with #DC495D

Text Example


Text Example

White with #DC495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC495D; }

 p { color: rgb(220,73,93); }

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

background-color css

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

 a { background-color: rgb(220,73,93); }

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

border-color css

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

 span { border-color: rgb(220,73,93); }

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