Html Css Color HEX #DC479D Mulberry

📋 copy color: '#DC479D'

red 220 ◦ green 71 ◦ blue 157

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

Shades of Mulberry #DC479D

Tints of Mulberry #DC479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.04%

R = 49.11%
G = 15.85%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC479D (or 0xDC479D) is known color: Mulberry. HEX triplet: DC, 47 and 9D. RGB value is (220,71,157). Sum of RGB (Red+Green+Blue) = 220+71+157=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC479D is #23B862. Grayscale: #7D7D7D. Windows color (decimal): -2340963 or 10307548. OLE color: 10307548.

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

Color convert

RGB 220 71 157 -
CMYK 0 0.68 0.29 0.14
HSL 325.37º 0.68% 0.57% -
HSV(B) 325.37º 0.68% 0.86% -
XYZ 37.85 22.16 34.18 -
YUV 125.36 145.86 195.51 -
System Red Green Blue C M Y K H S L
Decimal 220 71 157 0 0.68 0.29 0.14 325.37 0.68 0.57
Hex DC 47 9D 0 44 1D E 145 44 39
Octal 334 107 235 0 104 35 16 505 104 71
Binary 11011100 1000111 10011101 0 1000100 11101 1110 101000101 1000100 111001

Color Harmonies of #DC479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC479D

Black with #DC479D

Text Example


Text Example

White with #DC479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC479D; }

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

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

background-color css

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

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

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

border-color css

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

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

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