Html Css Color HEX #DC495B Mandy

📋 copy color: '#DC495B'

red 220 ◦ green 73 ◦ blue 91

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

Shades of Mandy #DC495B

Tints of Mandy #DC495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.7%

R = 57.29%
G = 19.01%
B = 23.7%

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

#DC495B (or 0xDC495B) is known color: Mandy. HEX triplet: DC, 49 and 5B. RGB value is (220,73,91). Sum of RGB (Red+Green+Blue) = 220+73+91=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC495B is #23B6A4. Grayscale: #777777. Windows color (decimal): -2340517 or 5982684. OLE color: 5982684.

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

Color convert

RGB 220 73 91 -
CMYK 0 0.67 0.59 0.14
HSL 352.65º 0.68% 0.57% -
HSV(B) 352.65º 0.67% 0.86% -
XYZ 33.79 20.74 12.12 -
YUV 119.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 220 73 91 0 0.67 0.59 0.14 352.65 0.68 0.57
Hex DC 49 5B 0 43 3B E 161 44 39
Octal 334 111 133 0 103 73 16 541 104 71
Binary 11011100 1001001 1011011 0 1000011 111011 1110 101100001 1000100 111001

Color Harmonies of #DC495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC495B

Black with #DC495B

Text Example


Text Example

White with #DC495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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