Html Css Color HEX #DC47A8 Mulberry

📋 copy color: '#DC47A8'

red 220 ◦ green 71 ◦ blue 168

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

Shades of Mulberry #DC47A8

Tints of Mulberry #DC47A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.6%

R = 47.93%
G = 15.47%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DC47A8 (or 0xDC47A8) is known color: Mulberry. HEX triplet: DC, 47 and A8. RGB value is (220,71,168). Sum of RGB (Red+Green+Blue) = 220+71+168=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC47A8 is #23B857. Grayscale: #7E7E7E. Windows color (decimal): -2340952 or 11028444. OLE color: 11028444.

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

Color convert

RGB 220 71 168 -
CMYK 0 0.68 0.24 0.14
HSL 320.94º 0.68% 0.57% -
HSV(B) 320.94º 0.68% 0.86% -
XYZ 38.84 22.55 39.35 -
YUV 126.61 151.36 194.61 -
System Red Green Blue C M Y K H S L
Decimal 220 71 168 0 0.68 0.24 0.14 320.94 0.68 0.57
Hex DC 47 A8 0 44 18 E 141 44 39
Octal 334 107 250 0 104 30 16 501 104 71
Binary 11011100 1000111 10101000 0 1000100 11000 1110 101000001 1000100 111001

Color Harmonies of #DC47A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC47A8

Black with #DC47A8

Text Example


Text Example

White with #DC47A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC47A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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