Html Css Color HEX #DC4890 Mulberry

📋 copy color: '#DC4890'

red 220 ◦ green 72 ◦ blue 144

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

Shades of Mulberry #DC4890

Tints of Mulberry #DC4890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.51%

 BLUE value IS 144 (56.64% from 255) = 33.03%

R = 50.46%
G = 16.51%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC4890 (or 0xDC4890) is known color: Mulberry. HEX triplet: DC, 48 and 90. RGB value is (220,72,144). Sum of RGB (Red+Green+Blue) = 220+72+144=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4890 is #23B76F. Grayscale: #7C7C7C. Windows color (decimal): -2340720 or 9455836. OLE color: 9455836.

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

Color convert

RGB 220 72 144 -
CMYK 0 0.67 0.35 0.14
HSL 330.81º 0.68% 0.57% -
HSV(B) 330.81º 0.67% 0.86% -
XYZ 36.87 21.86 28.66 -
YUV 124.46 139.03 196.15 -
System Red Green Blue C M Y K H S L
Decimal 220 72 144 0 0.67 0.35 0.14 330.81 0.68 0.57
Hex DC 48 90 0 43 23 E 14B 44 39
Octal 334 110 220 0 103 43 16 513 104 71
Binary 11011100 1001000 10010000 0 1000011 100011 1110 101001011 1000100 111001

Color Harmonies of #DC4890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4890

Black with #DC4890

Text Example


Text Example

White with #DC4890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4890; }

 p { color: rgb(220,72,144); }

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

background-color css

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

 a { background-color: rgb(220,72,144); }

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

border-color css

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

 span { border-color: rgb(220,72,144); }

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