Html Css Color HEX #DC47AD Mulberry

📋 copy color: '#DC47AD'

red 220 ◦ green 71 ◦ blue 173

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

Shades of Mulberry #DC47AD

Tints of Mulberry #DC47AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.28%

R = 47.41%
G = 15.3%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC47AD (or 0xDC47AD) is known color: Mulberry. HEX triplet: DC, 47 and AD. RGB value is (220,71,173). Sum of RGB (Red+Green+Blue) = 220+71+173=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC47AD is #23B852. Grayscale: #7E7E7E. Windows color (decimal): -2340947 or 11356124. OLE color: 11356124.

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

Color convert

RGB 220 71 173 -
CMYK 0 0.68 0.21 0.14
HSL 318.93º 0.68% 0.57% -
HSV(B) 318.93º 0.68% 0.86% -
XYZ 39.31 22.74 41.85 -
YUV 127.18 153.86 194.21 -
System Red Green Blue C M Y K H S L
Decimal 220 71 173 0 0.68 0.21 0.14 318.93 0.68 0.57
Hex DC 47 AD 0 44 15 E 13F 44 39
Octal 334 107 255 0 104 25 16 477 104 71
Binary 11011100 1000111 10101101 0 1000100 10101 1110 100111111 1000100 111001

Color Harmonies of #DC47AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC47AD

Black with #DC47AD

Text Example


Text Example

White with #DC47AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC47AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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