Html Css Color HEX #DC4D5F Mandy

📋 copy color: '#DC4D5F'

red 220 ◦ green 77 ◦ blue 95

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

Shades of Mandy #DC4D5F

Tints of Mandy #DC4D5F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.64%

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

R = 56.12%
G = 19.64%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC4D5F (or 0xDC4D5F) is known color: Mandy. HEX triplet: DC, 4D and 5F. RGB value is (220,77,95). Sum of RGB (Red+Green+Blue) = 220+77+95=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4D5F is #23B2A0. Grayscale: #797979. Windows color (decimal): -2339489 or 6245852. OLE color: 6245852.

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

Color convert

RGB 220 77 95 -
CMYK 0 0.65 0.57 0.14
HSL 352.45º 0.67% 0.58% -
HSV(B) 352.45º 0.65% 0.86% -
XYZ 34.23 21.35 13.14 -
YUV 121.81 112.88 198.04 -
System Red Green Blue C M Y K H S L
Decimal 220 77 95 0 0.65 0.57 0.14 352.45 0.67 0.58
Hex DC 4D 5F 0 41 39 E 160 43 3A
Octal 334 115 137 0 101 71 16 540 103 72
Binary 11011100 1001101 1011111 0 1000001 111001 1110 101100000 1000011 111010

Color Harmonies of #DC4D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D5F

Black with #DC4D5F

Text Example


Text Example

White with #DC4D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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