Html Css Color HEX #DC4A90 Mulberry

📋 copy color: '#DC4A90'

red 220 ◦ green 74 ◦ blue 144

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

Shades of Mulberry #DC4A90

Tints of Mulberry #DC4A90

RGB

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

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

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

R = 50.23%
G = 16.89%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC4A90 (or 0xDC4A90) is known color: Mulberry. HEX triplet: DC, 4A and 90. RGB value is (220,74,144). Sum of RGB (Red+Green+Blue) = 220+74+144=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4A90 is #23B56F. Grayscale: #7D7D7D. Windows color (decimal): -2340208 or 9456348. OLE color: 9456348.

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

Color convert

RGB 220 74 144 -
CMYK 0 0.66 0.35 0.14
HSL 331.23º 0.68% 0.58% -
HSV(B) 331.23º 0.66% 0.86% -
XYZ 37 22.13 28.71 -
YUV 125.63 138.37 195.31 -
System Red Green Blue C M Y K H S L
Decimal 220 74 144 0 0.66 0.35 0.14 331.23 0.68 0.58
Hex DC 4A 90 0 42 23 E 14B 44 3A
Octal 334 112 220 0 102 43 16 513 104 72
Binary 11011100 1001010 10010000 0 1000010 100011 1110 101001011 1000100 111010

Color Harmonies of #DC4A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4A90

Black with #DC4A90

Text Example


Text Example

White with #DC4A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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