Html Css Color HEX #DC5193 Mulberry

📋 copy color: '#DC5193'

red 220 ◦ green 81 ◦ blue 147

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

Shades of Mulberry #DC5193

Tints of Mulberry #DC5193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.08%

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

R = 49.11%
G = 18.08%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC5193 (or 0xDC5193) is known color: Mulberry. HEX triplet: DC, 51 and 93. RGB value is (220,81,147). Sum of RGB (Red+Green+Blue) = 220+81+147=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5193 is #23AE6C. Grayscale: #818181. Windows color (decimal): -2338413 or 9654748. OLE color: 9654748.

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

Color convert

RGB 220 81 147 -
CMYK 0 0.63 0.33 0.14
HSL 331.51º 0.67% 0.59% -
HSV(B) 331.51º 0.63% 0.86% -
XYZ 37.72 23.21 30.09 -
YUV 130.09 137.55 192.13 -
System Red Green Blue C M Y K H S L
Decimal 220 81 147 0 0.63 0.33 0.14 331.51 0.67 0.59
Hex DC 51 93 0 3F 21 E 14C 43 3B
Octal 334 121 223 0 77 41 16 514 103 73
Binary 11011100 1010001 10010011 0 111111 100001 1110 101001100 1000011 111011

Color Harmonies of #DC5193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5193

Black with #DC5193

Text Example


Text Example

White with #DC5193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5193; }

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

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

background-color css

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

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

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

border-color css

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

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

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