Html Css Color HEX #DC479A Mulberry

📋 copy color: '#DC479A'

red 220 ◦ green 71 ◦ blue 154

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

Shades of Mulberry #DC479A

Tints of Mulberry #DC479A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.61%

R = 49.44%
G = 15.96%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC479A (or 0xDC479A) is known color: Mulberry. HEX triplet: DC, 47 and 9A. RGB value is (220,71,154). Sum of RGB (Red+Green+Blue) = 220+71+154=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC479A is #23B865. Grayscale: #7C7C7C. Windows color (decimal): -2340966 or 10110940. OLE color: 10110940.

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

Color convert

RGB 220 71 154 -
CMYK 0 0.68 0.3 0.14
HSL 326.58º 0.68% 0.57% -
HSV(B) 326.58º 0.68% 0.86% -
XYZ 37.6 22.06 32.85 -
YUV 125.01 144.36 195.75 -
System Red Green Blue C M Y K H S L
Decimal 220 71 154 0 0.68 0.3 0.14 326.58 0.68 0.57
Hex DC 47 9A 0 44 1E E 147 44 39
Octal 334 107 232 0 104 36 16 507 104 71
Binary 11011100 1000111 10011010 0 1000100 11110 1110 101000111 1000100 111001

Color Harmonies of #DC479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC479A

Black with #DC479A

Text Example


Text Example

White with #DC479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC479A; }

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

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

background-color css

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

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

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

border-color css

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

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

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