Html Css Color HEX #DC48AA Mulberry

📋 copy color: '#DC48AA'

red 220 ◦ green 72 ◦ blue 170

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

Shades of Mulberry #DC48AA

Tints of Mulberry #DC48AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 47.62%
G = 15.58%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC48AA (or 0xDC48AA) is known color: Mulberry. HEX triplet: DC, 48 and AA. RGB value is (220,72,170). Sum of RGB (Red+Green+Blue) = 220+72+170=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC48AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC48AA is #23B755. Grayscale: #7F7F7F. Windows color (decimal): -2340694 or 11159772. OLE color: 11159772.

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

Color convert

RGB 220 72 170 -
CMYK 0 0.67 0.23 0.14
HSL 320.27º 0.68% 0.57% -
HSV(B) 320.27º 0.67% 0.86% -
XYZ 39.09 22.75 40.36 -
YUV 127.42 152.03 194.03 -
System Red Green Blue C M Y K H S L
Decimal 220 72 170 0 0.67 0.23 0.14 320.27 0.68 0.57
Hex DC 48 AA 0 43 17 E 140 44 39
Octal 334 110 252 0 103 27 16 500 104 71
Binary 11011100 1001000 10101010 0 1000011 10111 1110 101000000 1000100 111001

Color Harmonies of #DC48AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC48AA

Black with #DC48AA

Text Example


Text Example

White with #DC48AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC48AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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