Html Css Color HEX #DC559F Mulberry

📋 copy color: '#DC559F'

red 220 ◦ green 85 ◦ blue 159

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

Shades of Mulberry #DC559F

Tints of Mulberry #DC559F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.27%

R = 47.41%
G = 18.32%
B = 34.27%

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

#DC559F (or 0xDC559F) is known color: Mulberry. HEX triplet: DC, 55 and 9F. RGB value is (220,85,159). Sum of RGB (Red+Green+Blue) = 220+85+159=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC559F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC559F is #23AA60. Grayscale: #858585. Windows color (decimal): -2337377 or 10442204. OLE color: 10442204.

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

Color convert

RGB 220 85 159 -
CMYK 0 0.61 0.28 0.14
HSL 327.11º 0.66% 0.6% -
HSV(B) 327.11º 0.61% 0.86% -
XYZ 39.02 24.22 35.42 -
YUV 133.8 142.23 189.48 -
System Red Green Blue C M Y K H S L
Decimal 220 85 159 0 0.61 0.28 0.14 327.11 0.66 0.6
Hex DC 55 9F 0 3D 1C E 147 42 3C
Octal 334 125 237 0 75 34 16 507 102 74
Binary 11011100 1010101 10011111 0 111101 11100 1110 101000111 1000010 111100

Color Harmonies of #DC559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC559F

Black with #DC559F

Text Example


Text Example

White with #DC559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC559F; }

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

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

background-color css

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

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

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

border-color css

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

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

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