Html Css Color HEX #DC5097 Mulberry

📋 copy color: '#DC5097'

red 220 ◦ green 80 ◦ blue 151

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

Shades of Mulberry #DC5097

Tints of Mulberry #DC5097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.48%

R = 48.78%
G = 17.74%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC5097 (or 0xDC5097) is known color: Mulberry. HEX triplet: DC, 50 and 97. RGB value is (220,80,151). Sum of RGB (Red+Green+Blue) = 220+80+151=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5097 is #23AF68. Grayscale: #818181. Windows color (decimal): -2338665 or 9916636. OLE color: 9916636.

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

Color convert

RGB 220 80 151 -
CMYK 0 0.64 0.31 0.14
HSL 329.57º 0.67% 0.59% -
HSV(B) 329.57º 0.64% 0.86% -
XYZ 37.97 23.19 31.75 -
YUV 129.95 139.88 192.23 -
System Red Green Blue C M Y K H S L
Decimal 220 80 151 0 0.64 0.31 0.14 329.57 0.67 0.59
Hex DC 50 97 0 40 1F E 14A 43 3B
Octal 334 120 227 0 100 37 16 512 103 73
Binary 11011100 1010000 10010111 0 1000000 11111 1110 101001010 1000011 111011

Color Harmonies of #DC5097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5097

Black with #DC5097

Text Example


Text Example

White with #DC5097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5097; }

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

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

background-color css

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

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

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

border-color css

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

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

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