Html Css Color HEX #DC4AAB Mulberry

📋 copy color: '#DC4AAB'

red 220 ◦ green 74 ◦ blue 171

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

Shades of Mulberry #DC4AAB

Tints of Mulberry #DC4AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.77%

R = 47.31%
G = 15.91%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC4AAB (or 0xDC4AAB) is known color: Mulberry. HEX triplet: DC, 4A and AB. RGB value is (220,74,171). Sum of RGB (Red+Green+Blue) = 220+74+171=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4AAB is #23B554. Grayscale: #808080. Windows color (decimal): -2340181 or 11225820. OLE color: 11225820.

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

Color convert

RGB 220 74 171 -
CMYK 0 0.66 0.22 0.14
HSL 320.14º 0.68% 0.58% -
HSV(B) 320.14º 0.66% 0.86% -
XYZ 39.31 23.05 40.91 -
YUV 128.71 151.87 193.11 -
System Red Green Blue C M Y K H S L
Decimal 220 74 171 0 0.66 0.22 0.14 320.14 0.68 0.58
Hex DC 4A AB 0 42 16 E 140 44 3A
Octal 334 112 253 0 102 26 16 500 104 72
Binary 11011100 1001010 10101011 0 1000010 10110 1110 101000000 1000100 111010

Color Harmonies of #DC4AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4AAB

Black with #DC4AAB

Text Example


Text Example

White with #DC4AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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