Html Css Color HEX #DC495F Mandy

📋 copy color: '#DC495F'

red 220 ◦ green 73 ◦ blue 95

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

Shades of Mandy #DC495F

Tints of Mandy #DC495F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.48%

R = 56.7%
G = 18.81%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC495F (or 0xDC495F) is known color: Mandy. HEX triplet: DC, 49 and 5F. RGB value is (220,73,95). Sum of RGB (Red+Green+Blue) = 220+73+95=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC495F is #23B6A0. Grayscale: #777777. Windows color (decimal): -2340513 or 6244828. OLE color: 6244828.

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

Color convert

RGB 220 73 95 -
CMYK 0 0.67 0.57 0.14
HSL 351.02º 0.68% 0.57% -
HSV(B) 351.02º 0.67% 0.86% -
XYZ 33.96 20.81 13.05 -
YUV 119.46 114.2 199.71 -
System Red Green Blue C M Y K H S L
Decimal 220 73 95 0 0.67 0.57 0.14 351.02 0.68 0.57
Hex DC 49 5F 0 43 39 E 15F 44 39
Octal 334 111 137 0 103 71 16 537 104 71
Binary 11011100 1001001 1011111 0 1000011 111001 1110 101011111 1000100 111001

Color Harmonies of #DC495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC495F

Black with #DC495F

Text Example


Text Example

White with #DC495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC495F; }

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

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

background-color css

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

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

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

border-color css

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

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

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