Html Css Color HEX #DC539D Mulberry

📋 copy color: '#DC539D'

red 220 ◦ green 83 ◦ blue 157

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

Shades of Mulberry #DC539D

Tints of Mulberry #DC539D

RGB

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

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

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

R = 47.83%
G = 18.04%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC539D (or 0xDC539D) is known color: Mulberry. HEX triplet: DC, 53 and 9D. RGB value is (220,83,157). Sum of RGB (Red+Green+Blue) = 220+83+157=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC539D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC539D is #23AC62. Grayscale: #848484. Windows color (decimal): -2337891 or 10310620. OLE color: 10310620.

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

Color convert

RGB 220 83 157 -
CMYK 0 0.62 0.29 0.14
HSL 327.59º 0.66% 0.59% -
HSV(B) 327.59º 0.62% 0.86% -
XYZ 38.69 23.84 34.46 -
YUV 132.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 220 83 157 0 0.62 0.29 0.14 327.59 0.66 0.59
Hex DC 53 9D 0 3E 1D E 148 42 3B
Octal 334 123 235 0 76 35 16 510 102 73
Binary 11011100 1010011 10011101 0 111110 11101 1110 101001000 1000010 111011

Color Harmonies of #DC539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC539D

Black with #DC539D

Text Example


Text Example

White with #DC539D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC539D; }

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

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

background-color css

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

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

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

border-color css

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

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

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