Html Css Color HEX #DC5093 Mulberry

📋 copy color: '#DC5093'

red 220 ◦ green 80 ◦ blue 147

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

Shades of Mulberry #DC5093

Tints of Mulberry #DC5093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.89%

R = 49.22%
G = 17.9%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC5093 (or 0xDC5093) is known color: Mulberry. HEX triplet: DC, 50 and 93. RGB value is (220,80,147). Sum of RGB (Red+Green+Blue) = 220+80+147=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5093 is #23AF6C. Grayscale: #818181. Windows color (decimal): -2338669 or 9654492. OLE color: 9654492.

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

Color convert

RGB 220 80 147 -
CMYK 0 0.64 0.33 0.14
HSL 331.29º 0.67% 0.59% -
HSV(B) 331.29º 0.64% 0.86% -
XYZ 37.65 23.06 30.07 -
YUV 129.5 137.88 192.55 -
System Red Green Blue C M Y K H S L
Decimal 220 80 147 0 0.64 0.33 0.14 331.29 0.67 0.59
Hex DC 50 93 0 40 21 E 14B 43 3B
Octal 334 120 223 0 100 41 16 513 103 73
Binary 11011100 1010000 10010011 0 1000000 100001 1110 101001011 1000011 111011

Color Harmonies of #DC5093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5093

Black with #DC5093

Text Example


Text Example

White with #DC5093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5093; }

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

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

background-color css

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

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

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

border-color css

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

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

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