Html Css Color HEX #DC5099 Mulberry

📋 copy color: '#DC5099'

red 220 ◦ green 80 ◦ blue 153

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

Shades of Mulberry #DC5099

Tints of Mulberry #DC5099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.77%

R = 48.57%
G = 17.66%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC5099 (or 0xDC5099) is known color: Mulberry. HEX triplet: DC, 50 and 99. RGB value is (220,80,153). Sum of RGB (Red+Green+Blue) = 220+80+153=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5099 is #23AF66. Grayscale: #828282. Windows color (decimal): -2338663 or 10047708. OLE color: 10047708.

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

Color convert

RGB 220 80 153 -
CMYK 0 0.64 0.30 0.14
HSL 328.71º 0.67% 0.59% -
HSV(B) 328.71º 0.64% 0.86% -
XYZ 38.13 23.25 32.62 -
YUV 130.18 140.88 192.06 -
System Red Green Blue C M Y K H S L
Decimal 220 80 153 0 0.64 0.30 0.14 328.71 0.67 0.59
Hex DC 50 99 0 40 1E E 149 43 3B
Octal 334 120 231 0 100 36 16 511 103 73
Binary 11011100 1010000 10011001 0 1000000 11110 1110 101001001 1000011 111011

Color Harmonies of #DC5099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5099

Black with #DC5099

Text Example


Text Example

White with #DC5099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5099; }

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

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

background-color css

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

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

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

border-color css

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

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

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