Html Css Color HEX #DC495C Mandy

📋 copy color: '#DC495C'

red 220 ◦ green 73 ◦ blue 92

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

Shades of Mandy #DC495C

Tints of Mandy #DC495C

RGB

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

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

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

R = 57.14%
G = 18.96%
B = 23.9%

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

#DC495C (or 0xDC495C) is known color: Mandy. HEX triplet: DC, 49 and 5C. RGB value is (220,73,92). Sum of RGB (Red+Green+Blue) = 220+73+92=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC495C is #23B6A3. Grayscale: #777777. Windows color (decimal): -2340516 or 6048220. OLE color: 6048220.

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

Color convert

RGB 220 73 92 -
CMYK 0 0.67 0.58 0.14
HSL 352.24º 0.68% 0.57% -
HSV(B) 352.24º 0.67% 0.86% -
XYZ 33.83 20.75 12.35 -
YUV 119.12 112.7 199.96 -
System Red Green Blue C M Y K H S L
Decimal 220 73 92 0 0.67 0.58 0.14 352.24 0.68 0.57
Hex DC 49 5C 0 43 3A E 160 44 39
Octal 334 111 134 0 103 72 16 540 104 71
Binary 11011100 1001001 1011100 0 1000011 111010 1110 101100000 1000100 111001

Color Harmonies of #DC495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC495C

Black with #DC495C

Text Example


Text Example

White with #DC495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC495C; }

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

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

background-color css

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

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

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

border-color css

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

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

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