Html Css Color HEX #DC539C Mulberry

📋 copy color: '#DC539C'

red 220 ◦ green 83 ◦ blue 156

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

Shades of Mulberry #DC539C

Tints of Mulberry #DC539C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.99%

R = 47.93%
G = 18.08%
B = 33.99%

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

#DC539C (or 0xDC539C) is known color: Mulberry. HEX triplet: DC, 53 and 9C. RGB value is (220,83,156). Sum of RGB (Red+Green+Blue) = 220+83+156=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC539C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC539C is #23AC63. Grayscale: #848484. Windows color (decimal): -2337892 or 10245084. OLE color: 10245084.

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

Color convert

RGB 220 83 156 -
CMYK 0 0.62 0.29 0.14
HSL 328.03º 0.66% 0.59% -
HSV(B) 328.03º 0.62% 0.86% -
XYZ 38.61 23.8 34.01 -
YUV 132.29 141.39 190.56 -
System Red Green Blue C M Y K H S L
Decimal 220 83 156 0 0.62 0.29 0.14 328.03 0.66 0.59
Hex DC 53 9C 0 3E 1D E 148 42 3B
Octal 334 123 234 0 76 35 16 510 102 73
Binary 11011100 1010011 10011100 0 111110 11101 1110 101001000 1000010 111011

Color Harmonies of #DC539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC539C

Black with #DC539C

Text Example


Text Example

White with #DC539C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC539C; }

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

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

background-color css

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

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

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

border-color css

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

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

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