Html Css Color HEX #DC495A Mandy

📋 copy color: '#DC495A'

red 220 ◦ green 73 ◦ blue 90

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

Shades of Mandy #DC495A

Tints of Mandy #DC495A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.5%

R = 57.44%
G = 19.06%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC495A (or 0xDC495A) is known color: Mandy. HEX triplet: DC, 49 and 5A. RGB value is (220,73,90). Sum of RGB (Red+Green+Blue) = 220+73+90=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC495A is #23B6A5. Grayscale: #767676. Windows color (decimal): -2340518 or 5917148. OLE color: 5917148.

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

Color convert

RGB 220 73 90 -
CMYK 0 0.67 0.59 0.14
HSL 353.06º 0.68% 0.57% -
HSV(B) 353.06º 0.67% 0.86% -
XYZ 33.74 20.72 11.89 -
YUV 118.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 220 73 90 0 0.67 0.59 0.14 353.06 0.68 0.57
Hex DC 49 5A 0 43 3B E 161 44 39
Octal 334 111 132 0 103 73 16 541 104 71
Binary 11011100 1001001 1011010 0 1000011 111011 1110 101100001 1000100 111001

Color Harmonies of #DC495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC495A

Black with #DC495A

Text Example


Text Example

White with #DC495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC495A; }

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

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

background-color css

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

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

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

border-color css

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

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

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