Html Css Color HEX #DC559C Mulberry

📋 copy color: '#DC559C'

red 220 ◦ green 85 ◦ blue 156

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

Shades of Mulberry #DC559C

Tints of Mulberry #DC559C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.44%

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

R = 47.72%
G = 18.44%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC559C (or 0xDC559C) is known color: Mulberry. HEX triplet: DC, 55 and 9C. RGB value is (220,85,156). Sum of RGB (Red+Green+Blue) = 220+85+156=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC559C is #23AA63. Grayscale: #858585. Windows color (decimal): -2337380 or 10245596. OLE color: 10245596.

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

Color convert

RGB 220 85 156 -
CMYK 0 0.61 0.29 0.14
HSL 328.44º 0.66% 0.6% -
HSV(B) 328.44º 0.61% 0.86% -
XYZ 38.76 24.11 34.06 -
YUV 133.46 140.73 189.73 -
System Red Green Blue C M Y K H S L
Decimal 220 85 156 0 0.61 0.29 0.14 328.44 0.66 0.6
Hex DC 55 9C 0 3D 1D E 148 42 3C
Octal 334 125 234 0 75 35 16 510 102 74
Binary 11011100 1010101 10011100 0 111101 11101 1110 101001000 1000010 111100

Color Harmonies of #DC559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC559C

Black with #DC559C

Text Example


Text Example

White with #DC559C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC559C; }

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

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

background-color css

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

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

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

border-color css

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

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

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