Html Css Color HEX #DC47AB Mulberry

📋 copy color: '#DC47AB'

red 220 ◦ green 71 ◦ blue 171

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

Shades of Mulberry #DC47AB

Tints of Mulberry #DC47AB

RGB

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

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

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

R = 47.62%
G = 15.37%
B = 37.01%

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

#DC47AB (or 0xDC47AB) is known color: Mulberry. HEX triplet: DC, 47 and AB. RGB value is (220,71,171). Sum of RGB (Red+Green+Blue) = 220+71+171=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC47AB is #23B854. Grayscale: #7E7E7E. Windows color (decimal): -2340949 or 11225052. OLE color: 11225052.

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

Color convert

RGB 220 71 171 -
CMYK 0 0.68 0.22 0.14
HSL 319.73º 0.68% 0.57% -
HSV(B) 319.73º 0.68% 0.86% -
XYZ 39.12 22.66 40.84 -
YUV 126.95 152.86 194.37 -
System Red Green Blue C M Y K H S L
Decimal 220 71 171 0 0.68 0.22 0.14 319.73 0.68 0.57
Hex DC 47 AB 0 44 16 E 140 44 39
Octal 334 107 253 0 104 26 16 500 104 71
Binary 11011100 1000111 10101011 0 1000100 10110 1110 101000000 1000100 111001

Color Harmonies of #DC47AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC47AB

Black with #DC47AB

Text Example


Text Example

White with #DC47AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC47AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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