Html Css Color HEX #DC47AC Mulberry

📋 copy color: '#DC47AC'

red 220 ◦ green 71 ◦ blue 172

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

Shades of Mulberry #DC47AC

Tints of Mulberry #DC47AC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.33%

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 47.52%
G = 15.33%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC47AC (or 0xDC47AC) is known color: Mulberry. HEX triplet: DC, 47 and AC. RGB value is (220,71,172). Sum of RGB (Red+Green+Blue) = 220+71+172=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC47AC is #23B853. Grayscale: #7E7E7E. Windows color (decimal): -2340948 or 11290588. OLE color: 11290588.

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

Color convert

RGB 220 71 172 -
CMYK 0 0.68 0.22 0.14
HSL 319.33º 0.68% 0.57% -
HSV(B) 319.33º 0.68% 0.86% -
XYZ 39.21 22.7 41.34 -
YUV 127.07 153.36 194.29 -
System Red Green Blue C M Y K H S L
Decimal 220 71 172 0 0.68 0.22 0.14 319.33 0.68 0.57
Hex DC 47 AC 0 44 16 E 13F 44 39
Octal 334 107 254 0 104 26 16 477 104 71
Binary 11011100 1000111 10101100 0 1000100 10110 1110 100111111 1000100 111001

Color Harmonies of #DC47AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC47AC

Black with #DC47AC

Text Example


Text Example

White with #DC47AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC47AC; }

 p { color: rgb(220,71,172); }

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

background-color css

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

 a { background-color: rgb(220,71,172); }

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

border-color css

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

 span { border-color: rgb(220,71,172); }

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