Html Css Color HEX #DC559E Mulberry

📋 copy color: '#DC559E'

red 220 ◦ green 85 ◦ blue 158

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

Shades of Mulberry #DC559E

Tints of Mulberry #DC559E

RGB

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

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

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

R = 47.52%
G = 18.36%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC559E (or 0xDC559E) is known color: Mulberry. HEX triplet: DC, 55 and 9E. RGB value is (220,85,158). Sum of RGB (Red+Green+Blue) = 220+85+158=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC559E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC559E is #23AA61. Grayscale: #858585. Windows color (decimal): -2337378 or 10376668. OLE color: 10376668.

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

Color convert

RGB 220 85 158 -
CMYK 0 0.61 0.28 0.14
HSL 327.56º 0.66% 0.6% -
HSV(B) 327.56º 0.61% 0.86% -
XYZ 38.94 24.18 34.96 -
YUV 133.69 141.73 189.56 -
System Red Green Blue C M Y K H S L
Decimal 220 85 158 0 0.61 0.28 0.14 327.56 0.66 0.6
Hex DC 55 9E 0 3D 1C E 148 42 3C
Octal 334 125 236 0 75 34 16 510 102 74
Binary 11011100 1010101 10011110 0 111101 11100 1110 101001000 1000010 111100

Color Harmonies of #DC559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC559E

Black with #DC559E

Text Example


Text Example

White with #DC559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC559E; }

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

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

background-color css

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

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

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

border-color css

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

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

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