Html Css Color HEX #DC4A5D Mandy

📋 copy color: '#DC4A5D'

red 220 ◦ green 74 ◦ blue 93

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

Shades of Mandy #DC4A5D

Tints of Mandy #DC4A5D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.12%

 BLUE value IS 93 (36.72% from 255) = 24.03%

R = 56.85%
G = 19.12%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC4A5D (or 0xDC4A5D) is known color: Mandy. HEX triplet: DC, 4A and 5D. RGB value is (220,74,93). Sum of RGB (Red+Green+Blue) = 220+74+93=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4A5D is #23B5A2. Grayscale: #777777. Windows color (decimal): -2340259 or 6114012. OLE color: 6114012.

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

Color convert

RGB 220 74 93 -
CMYK 0 0.66 0.58 0.14
HSL 352.19º 0.68% 0.58% -
HSV(B) 352.19º 0.66% 0.86% -
XYZ 33.94 20.9 12.6 -
YUV 119.82 112.87 199.46 -
System Red Green Blue C M Y K H S L
Decimal 220 74 93 0 0.66 0.58 0.14 352.19 0.68 0.58
Hex DC 4A 5D 0 42 3A E 160 44 3A
Octal 334 112 135 0 102 72 16 540 104 72
Binary 11011100 1001010 1011101 0 1000010 111010 1110 101100000 1000100 111010

Color Harmonies of #DC4A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4A5D

Black with #DC4A5D

Text Example


Text Example

White with #DC4A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4A5D; }

 p { color: rgb(220,74,93); }

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

background-color css

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

 a { background-color: rgb(220,74,93); }

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

border-color css

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

 span { border-color: rgb(220,74,93); }

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