Html Css Color HEX #DC4AA5 Mulberry

📋 copy color: '#DC4AA5'

red 220 ◦ green 74 ◦ blue 165

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

Shades of Mulberry #DC4AA5

Tints of Mulberry #DC4AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.95%

R = 47.93%
G = 16.12%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC4AA5 (or 0xDC4AA5) is known color: Mulberry. HEX triplet: DC, 4A and A5. RGB value is (220,74,165). Sum of RGB (Red+Green+Blue) = 220+74+165=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4AA5 is #23B55A. Grayscale: #7F7F7F. Windows color (decimal): -2340187 or 10832604. OLE color: 10832604.

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

Color convert

RGB 220 74 165 -
CMYK 0 0.66 0.25 0.14
HSL 322.6º 0.68% 0.58% -
HSV(B) 322.6º 0.66% 0.86% -
XYZ 38.76 22.83 37.96 -
YUV 128.03 148.87 193.6 -
System Red Green Blue C M Y K H S L
Decimal 220 74 165 0 0.66 0.25 0.14 322.6 0.68 0.58
Hex DC 4A A5 0 42 19 E 143 44 3A
Octal 334 112 245 0 102 31 16 503 104 72
Binary 11011100 1001010 10100101 0 1000010 11001 1110 101000011 1000100 111010

Color Harmonies of #DC4AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4AA5

Black with #DC4AA5

Text Example


Text Example

White with #DC4AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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