Html Css Color HEX #DC5095 Mulberry

📋 copy color: '#DC5095'

red 220 ◦ green 80 ◦ blue 149

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

Shades of Mulberry #DC5095

Tints of Mulberry #DC5095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.82%

 BLUE value IS 149 (58.59% from 255) = 33.18%

R = 49%
G = 17.82%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC5095 (or 0xDC5095) is known color: Mulberry. HEX triplet: DC, 50 and 95. RGB value is (220,80,149). Sum of RGB (Red+Green+Blue) = 220+80+149=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5095 is #23AF6A. Grayscale: #818181. Windows color (decimal): -2338667 or 9785564. OLE color: 9785564.

HSL color Cylindrical-coordinate representation of color #DC5095: hue angle of 330.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC5095 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 80 149 -
CMYK 0 0.64 0.32 0.14
HSL 330.43º 0.67% 0.59% -
HSV(B) 330.43º 0.64% 0.86% -
XYZ 37.81 23.12 30.9 -
YUV 129.73 138.88 192.39 -
System Red Green Blue C M Y K H S L
Decimal 220 80 149 0 0.64 0.32 0.14 330.43 0.67 0.59
Hex DC 50 95 0 40 20 E 14A 43 3B
Octal 334 120 225 0 100 40 16 512 103 73
Binary 11011100 1010000 10010101 0 1000000 100000 1110 101001010 1000011 111011

Color Harmonies of #DC5095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5095

Black with #DC5095

Text Example


Text Example

White with #DC5095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5095; }

 p { color: rgb(220,80,149); }

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

background-color css

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

 a { background-color: rgb(220,80,149); }

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

border-color css

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

 span { border-color: rgb(220,80,149); }

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