Html Css Color HEX #DC539E Mulberry

📋 copy color: '#DC539E'

red 220 ◦ green 83 ◦ blue 158

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

Shades of Mulberry #DC539E

Tints of Mulberry #DC539E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18%

 BLUE value IS 158 (62.11% from 255) = 34.27%

R = 47.72%
G = 18%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC539E (or 0xDC539E) is known color: Mulberry. HEX triplet: DC, 53 and 9E. RGB value is (220,83,158). Sum of RGB (Red+Green+Blue) = 220+83+158=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC539E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC539E is #23AC61. Grayscale: #848484. Windows color (decimal): -2337890 or 10376156. OLE color: 10376156.

HSL color Cylindrical-coordinate representation of color #DC539E: hue angle of 327.15º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC539E is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 83 158 -
CMYK 0 0.62 0.28 0.14
HSL 327.15º 0.66% 0.59% -
HSV(B) 327.15º 0.62% 0.86% -
XYZ 38.78 23.87 34.91 -
YUV 132.51 142.39 190.4 -
System Red Green Blue C M Y K H S L
Decimal 220 83 158 0 0.62 0.28 0.14 327.15 0.66 0.59
Hex DC 53 9E 0 3E 1C E 147 42 3B
Octal 334 123 236 0 76 34 16 507 102 73
Binary 11011100 1010011 10011110 0 111110 11100 1110 101000111 1000010 111011

Color Harmonies of #DC539E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC539E

Black with #DC539E

Text Example


Text Example

White with #DC539E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC539E; }

 p { color: rgb(220,83,158); }

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

background-color css

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

 a { background-color: rgb(220,83,158); }

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

border-color css

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

 span { border-color: rgb(220,83,158); }

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