Html Css Color HEX #DC48AC Mulberry

📋 copy color: '#DC48AC'

red 220 ◦ green 72 ◦ blue 172

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

Shades of Mulberry #DC48AC

Tints of Mulberry #DC48AC

RGB

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

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

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

R = 47.41%
G = 15.52%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC48AC (or 0xDC48AC) is known color: Mulberry. HEX triplet: DC, 48 and AC. RGB value is (220,72,172). Sum of RGB (Red+Green+Blue) = 220+72+172=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC48AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC48AC is #23B753. Grayscale: #7F7F7F. Windows color (decimal): -2340692 or 11290844. OLE color: 11290844.

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

Color convert

RGB 220 72 172 -
CMYK 0 0.67 0.22 0.14
HSL 319.46º 0.68% 0.57% -
HSV(B) 319.46º 0.67% 0.86% -
XYZ 39.28 22.83 41.37 -
YUV 127.65 153.03 193.87 -
System Red Green Blue C M Y K H S L
Decimal 220 72 172 0 0.67 0.22 0.14 319.46 0.68 0.57
Hex DC 48 AC 0 43 16 E 13F 44 39
Octal 334 110 254 0 103 26 16 477 104 71
Binary 11011100 1001000 10101100 0 1000011 10110 1110 100111111 1000100 111001

Color Harmonies of #DC48AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC48AC

Black with #DC48AC

Text Example


Text Example

White with #DC48AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC48AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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